您要将您的系统中所有用户的名字在去掉重名之后以字母顺序存放在一个名为names.user文件中,您应该使用如下的哪一个命令?
您要将您的系统中所有用户的名字在去掉重名之后以字母顺序存放在一个名为names.user文件中,您应该使用如下的哪一个命令?
A.cuT-f1-d:/etc/passwd|sorT|uniq|>names.user
B.cuT-f1-d:/etc/passwd|sorT-d|uniq>names.user
C.cuT-f1-d:/etc/passwd|sorT-a|uniq|names.user
D.cuT-f1-d:</etc/passwd|sorT|uniq|lesS<names.user
正确答案:B