单项选择题
A.执行(x) B.无权限 C.写(w) D.读(r)
从键盘读取内容保存到变量name中的语句为()。A.write nameB.exec nameC.echo n...
单项选择题从键盘读取内容保存到变量name中的语句为()。
A.write name B.exec name C.echo name D.read name
在shell脚本中,使用()符号表示注释。A.#B.!C.@D.$
单项选择题在shell脚本中,使用()符号表示注释。
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