remove non ascii whitespaces
This commit is contained in:
parent
598a10bc28
commit
5a6d6c4d13
117 changed files with 1928 additions and 1928 deletions
|
@ -10,11 +10,11 @@ Command line utility to remove duplicates from the given input. Note that huniq
|
|||
## Usage
|
||||
Flags:
|
||||
```shell
|
||||
-c, --count Output the amount of times a line was encountered
|
||||
-c, --count Output the amount of times a line was encountered
|
||||
|
||||
-d, --delim <delim> Which delimiter between elements to use. [default: "\n"]
|
||||
-d, --delim <delim> Which delimiter between elements to use. [default: "\n"]
|
||||
|
||||
-s, --sort Sort output by the number of occurences, in ascending order
|
||||
-s, --sort Sort output by the number of occurences, in ascending order
|
||||
|
||||
-S, --sort-descending Order output by the number of occurences, in descending order
|
||||
-S, --sort-descending Order output by the number of occurences, in descending order
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue