mirror of
https://github.com/Erreur32/cheat.git
synced 2024-10-31 21:11:07 +01:00
Refer sort -u
This commit is contained in:
parent
353fe48d60
commit
2e1cda114a
@ -1,4 +1,5 @@
|
||||
# show all lines without duplication
|
||||
# "sort -u" and "uniq" is the same effect.
|
||||
sort file | uniq
|
||||
# show not duplicated lines
|
||||
sort file | uniq -u
|
||||
|
Loading…
Reference in New Issue
Block a user