相关考题
-
单项选择题
linux系统中,以下显示结果不同的是()。
A、echo The current working path is $PWD.
B、echo 'The current working path is $PWD.'
C、echo "The current working path is $PWD."
D、echo "The current working path is `pwd`." -
单项选择题
关于linux系统中别名的定义,下列选项中不正确的是()。
A、alias copy="cp"
B、alias copy='cp'
C、alias copy=`cp`
D、alias copy=cp -
多项选择题
linux系统下,常用的输入输出重定向符号有()。
A、>
B、>>
C、2>
D、&>
E、<
