單項選擇題執(zhí)行命令“seq16”將產(chǎn)生的數(shù)字序列是()。
A.1 2 3 4 5
B.1 6
C.1 1 1 1 1 1
D.1 2 3 4 5 6
您可能感興趣的試卷
你可能感興趣的試題
1.單項選擇題
以下腳本的功能是在/home目錄下循環(huán)創(chuàng)建10個文件,文件名分別為file1…file10,請補全括號處應(yīng)該填寫的內(nèi)容。()
A.ls/home/file$i
B.useradd/home/file$i
C.mkdir/home/file$i
D.touch/home/file$i
2.單項選擇題在循環(huán)語句中,可以使用關(guān)鍵字()來終止整個循環(huán)的運行。
A.break
B.while
C.for
D.continue