mirror of
https://github.com/Erreur32/cheat.git
synced 2024-12-22 13:42:11 +01:00
Fix dc option
This commit is contained in:
parent
a96bd229a6
commit
353fe48d60
1 changed files with 1 additions and 1 deletions
|
@ -9,4 +9,4 @@ sort file | uniq -c
|
|||
# count not duplicated lines
|
||||
sort file | uniq -uc
|
||||
# count only duplicated lines
|
||||
sort file | uniq -c
|
||||
sort file | uniq -dc
|
||||
|
|
Loading…
Reference in a new issue