单项选择题
A.-zB.-nC.-qD.-e
在shell脚本中,string="you are the fenghuoxingkong de weilai...
单项选择题在shell脚本中,string="you are the fenghuoxingkong de weilai";echo `expr index "$string"eo`会输出什么结果?()
A.7B.8C.2D.6
在shell脚本中,以下哪个特殊符号显示最后命令的退出状态?()A.$#B.$*C.$?D.$$
单项选择题在shell脚本中,以下哪个特殊符号显示最后命令的退出状态?()
A.$#B.$*C.$?D.$$
在shell脚本中,数组可以通过以下哪种方法定义?()A.array=(1,2,3,4,5)B.array=[...
单项选择题在shell脚本中,数组可以通过以下哪种方法定义?()
A.array=(1,2,3,4,5)B.array=[1,2,3,4,5]C.array=(12345)D.array=[12345]