单项选择题
A.continue B.exit C.quit D.break
不是SHELL脚本中循环语句的是()。A.whileB.forC.untilD.if
单项选择题不是SHELL脚本中循环语句的是()。
A.while B.for C.until D.if
定义数组如下: 则,array[0],array[1],array[2]分别是array数组中下标即索引为0...
定义数组如下: 则,array[0],array[1],array[2]分别是array数组中下标即索引为0,1,2的()。
A.数组中的元素 B.数组名称 C.索引 D.下标
执行命令“seq16”将产生的数字序列是()。A.1 2 3 4 5B.1 6C.1 1 1 1 1 1D...
单项选择题执行命令“seq16”将产生的数字序列是()。
A.1 2 3 4 5 B.1 6 C.1 1 1 1 1 1 D.1 2 3 4 5 6