fix typos using misspell (#1374)
This commit is contained in:

committed by
Waldir Pimenta

parent
c0616697ed
commit
550ede5cfb
@@ -15,10 +15,10 @@
|
||||
|
||||
`sort {{file}} | uniq -d`
|
||||
|
||||
- Display number of occurences of each line along with that line:
|
||||
- Display number of occurrences of each line along with that line:
|
||||
|
||||
`sort {{file}} | uniq -c`
|
||||
|
||||
- Display number of occurences of each line, sorted by the most frequent:
|
||||
- Display number of occurrences of each line, sorted by the most frequent:
|
||||
|
||||
`sort {{file}} | uniq -c | sort -nr`
|
||||
|
Reference in New Issue
Block a user