单项选择题
A.-EB.-eC.-OD.-o
shell中,以下哪个命令能判断普通文件file是否存在?()A.if exist fileB.test [-...
单项选择题shell中,以下哪个命令能判断普通文件file是否存在?()
A.if exist fileB.test [-f file ]C.test [-z file ]D.read file
在shell脚本中,已知变量string=’creeper?awwwwman!’,那么echo ${strin...
单项选择题在shell脚本中,已知变量string=’creeper?awwwwman!’,那么echo ${string:6:3}的结果是()。
A.r?aB.awwC.?awD.er?
在shell脚本中,已知string="hasaki",请问echo ${string:1:3}将输出什么内容...
单项选择题在shell脚本中,已知string="hasaki",请问echo ${string:1:3}将输出什么内容?()
A.hasB.asaC.hhhD.aliakatong