單項(xiàng)選擇題在shell腳本中,使用()符號(hào)表示注釋。

A.#
B.!
C.@
D.$


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題以下命令能實(shí)現(xiàn)顯示文件/root/test內(nèi)容,要求顯示每行連續(xù)重復(fù)出現(xiàn)的次數(shù)的是()。

A.uniq -c /root/test
B.uniq /root/test
C.uniq -u /root/test
D.uniq -d /root/test

2.單項(xiàng)選擇題以下為shell腳本中的變量username賦值“root”的語句是()。

A.username="root"
B.username!="root"
C.username as"root"
D.username is"root"

3.單項(xiàng)選擇題為變量dirname賦值為“hello world”的語句為()。

A.dirname=hello world
B.dirname as"hello world"
C.dirname is "hello world"
D.dirname="hello world"

4.單項(xiàng)選擇題為變量count賦值1的語句是()。

A.count#1
B.count=1
C.count=`1`
D.count is 1