查找/etc/passwd文件中的带有root字样的行 并存储到一个名为root.txt的文件中 下面那些命令是正确的?
查找/etc/passwd文件中的带有root字样的行,并存储到一个名为root.txt的文件中,下面那些命令是正确的?
A、cat/etc/passwd|greproot>root.txt
B、greproot/etc/passwd>root.txt
C、greproot/etc/passwd1>root.txt
D、cat/etc/passwd|grep"root">root.txt