【发布时间】:2009-07-25 11:20:32
【问题描述】:
我的数据为 /tmp/1
9367543
9105616
9108177
8948074
8860323
9170406
9105616
我跑了,我什么也得不到
cat /tmp/1 | uniq -d
这很奇怪,因为uniq -d应该
-d Only output lines that are repeated in the input.
如何使用uniq -d?
【问题讨论】:
标签: uniq