下列表示符号的含义分别是()DN15;D159×4.5
A. 管道壁厚15mm;管道管径外径159mm,壁厚4.5mm;
B. 管道管径15mm;管道管径外径159mm,壁厚4.5mm;
C. 管道管径15mm;管道管径壁厚159mm,管径4.5mm;
D. 管道管径15mm;管道管径外径159mm;
查看答案
分析以下脚本代码:#!/bin/shvar="hello itheima"echo "$var"echo '$var'exit 0从以下选项中选出正确的执行结果。 ( )
A. hello itheimahello itheima
B. hello itheima$var
C. $varhello itheima
D. $var$var
从以下四个选项中,选出能成功将标准错误重定向到file文件中的选项。 ( )
A. gcc hello.c 2 B. gcc hello.c 1 C. gcc hello.c 2>file
D. gcc hello.c 2>>file
若需要在当前终端上顺序执行命令,则应使用下列哪个符号连接? ( )
A. ;
B. |
C. &&
D. ||