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

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


您可能感興趣的試卷

你可能感興趣的試題

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

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

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

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

4.單項選擇題關于重定向輸出’>’下列選項中說法正確的是()。

A.覆蓋的意思
B.追加的意思
C.刪除的意思
D.更改的意思

5.單項選擇題shell腳本中,通過用戶交互獲取一個值給變量的語句是()。

A.echo x
B.print x
C.write x
D.read -p x