单项选择题

查看/etc/passwd文件中不包含“root”的行()。

A.sed"root"/etc/passwd
B.grep-n"root"/etc/passwd
C.grep-v"root"/etc/passwd
D.grep"root"/etc/passwd