单项选择题
A.ls -lrtB.tail –n1C.lastbD.ls
在shell脚本中,检测两个数是否左边小于右边,如果是,返回true应该使用哪个关系运算符?()A.-eqB....
单项选择题在shell脚本中,检测两个数是否左边小于右边,如果是,返回true应该使用哪个关系运算符?()
A.-eqB.-neC.-gtD.-lt
在shell脚本中,下面哪个字符串运算符用于检测字符串的长度是否为0,如果为0则返回true?()A.-zB....
单项选择题在shell脚本中,下面哪个字符串运算符用于检测字符串的长度是否为0,如果为0则返回true?()
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