网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
2、如何将ls -l file01 file02 命令的标准输出重定向到名为stdout.txt的文件中,并将错误输出重定向到名为stderr.txt的文件中
A.ls -l file01 file02 1>stdout.txt 2>stderr.txt
B.ls -l file01 file02 1>stdout.txt &>stderr.txt
C.ls -l file01 file02 &>stdout.txt
D.ls -l file01 file02 2>stdout.txt 1>stderr.txt
参考答案和解析
B
更多 “2、如何将ls -l file01 file02 命令的标准输出重定向到名为stdout.txt的文件中,并将错误输出重定向到名为stderr.txt的文件中A.ls -l file01 file02 1>stdout.txt 2>stderr.txtB.ls -l file01 file02 1>stdout.txt >stderr.txtC.ls -l file01 file02 >stdout.txtD.ls -l file01 file02 2>stdout.txt 1>stderr.txt” 相关考题
考题
在Linux中,如果不想查看某个程序的输出结果并把该结果丢弃,可以使用重定向命令,把输出结果重定向到一个设备文件,该设备文件是( )。
A. /dev/sr0
B. /dev/null
C. /dev/zero
D. /dev/stderr
考题
在Photoshop中,选择“文件—输出—路径到Illustrator”命令,它可将Photoshop中的路径输出到Illustrator中,输出后的文件是一个()文件。A、PhotoshopB、TIFFC、IllustratorD、JPEG
考题
单选题在Linux的文字命令控制环境中,命令:ls/usr/tmpdir的意思为()。A
打印/usr/下的tmp文件到dir设备中B
打印/usr/下的tmpdir文件C
列出/usr目录下/tmpdir目录中的内容D
将/usr/tmp目录中的文件列表输出到dir文件中
考题
单选题linux系统,把当前日期标准输出和标准出错信息重定向到/tmp/date文件中,下面正确的操作是()。A
date/tmp/dateB
date/tmp/dateC
date2/tmp/dateD
date/tmp/date
考题
单选题重定向的符号“”表示:()A
输出追加B
输入追加C
输出重定向,原来的文件会被改写D
管道
热门标签
最新试卷