My data as /tmp/1
9367543
9105616
9108177
8948074
8860323
9170406
9105616
I run and I get nothing
cat /tmp/1 | uniq -d
This is strange, since uniq -d
should
-d Only output lines that are repeated in the input.
How can you use uniq -d
?