试题详情

在Linux,下面操作可以实现将命令的结果正确的输出到a.txt,错误的到b.txt的是()。

Afind –D tree /etc -name ifcfg* 1>a.txt 2|b.txt

Bfind –D tree /etc -name ifcfg* 1>a.txt 2>b.txt

Cfind –D tree /etc -name ifcfg* 1>a.txt 2

Dfind –D tree /etc -name ifcfg* 1>a.txt 0>b.txt