mirror of
https://github.com/cheat/cheat.git
synced 2024-12-18 18:55:06 +01:00
Fix dc option
This commit is contained in:
parent
a96bd229a6
commit
353fe48d60
@ -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 New Issue
Block a user