相关考题
-
单项选择题
在shell脚本中,下面哪个字符串运算符用于检测字符串的长度是否为0,如果为0则返回true?()
A.-z
B.-n
C.-q
D.-e -
单项选择题
在shell脚本中,string="you are the fenghuoxingkong de weilai";echo `expr index "$string"eo`会输出什么结果?()
A.7
B.8
C.2
D.6 -
单项选择题
在shell脚本中,以下哪个特殊符号显示最后命令的退出状态?()
A.$#
B.$*
C.$?
D.$$
