mirror of
https://github.com/cheat/cheat.git
synced 2025-07-17 19:21:58 +02:00
Fix dc option
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user