单项选择题

以下命令能实现显示文件/root/test内容,要求显示每行连续重复出现的次数的是()。

A.uniq -c /root/test
B.uniq /root/test
C.uniq -u /root/test
D.uniq -d /root/test