单项选择题
A.# B.! C.@ D.$
以下命令能实现显示文件/root/test内容,要求显示每行连续重复出现的次数的是()。A.uniq -c /...
单项选择题以下命令能实现显示文件/root/test内容,要求显示每行连续重复出现的次数的是()。
A.uniq -c /root/test B.uniq /root/test C.uniq -u /root/test D.uniq -d /root/test
以下为shell脚本中的变量username赋值“root”的语句是()。A.username="root"B...
单项选择题以下为shell脚本中的变量username赋值“root”的语句是()。
A.username="root" B.username!="root" C.username as"root" D.username is"root"
为变量dirname赋值为“hello world”的语句为()。A.dirname=hello worldB...
单项选择题为变量dirname赋值为“hello world”的语句为()。
A.dirname=hello world B.dirname as"hello world" C.dirname is "hello world" D.dirname="hello world"