若要统计a.dat文件的信息并将结果追加到output.ls文件中,可以使用命令()。
A.wc>a.dat>output.ls
B.wc>a.dat>>output.ls
C.a.dat>wc>>output.ls
D.wc<a.dat>>output.ls
正确答案:A
猜你喜欢