单项选择题
A.num#1 B.num=1 C.num=`1` D.num is 1
打印变量num的内容,可用()。A.echo numB.echo @numC.echo #numD.echo ...
单项选择题打印变量num的内容,可用()。
A.echo num B.echo @num C.echo #num D.echo $num
shell脚本的后缀名虽然没有什么限制,但是为了辨识,建议以()为后缀。A..shB..exeC..batD....
单项选择题shell脚本的后缀名虽然没有什么限制,但是为了辨识,建议以()为后缀。
A..sh B..exe C..bat D..sl
shell脚本中,读取从键盘输入的值给变量x的语句为()。A.echo xB.print xC.write x...
单项选择题shell脚本中,读取从键盘输入的值给变量x的语句为()。
A.echo x B.print x C.write x D.read -p x