init
This commit is contained in:
commit
c5cd492449
475 changed files with 27928 additions and 0 deletions
20
technology/applications/cli/huniq.md
Normal file
20
technology/applications/cli/huniq.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
obj: application
|
||||
os: linux
|
||||
repo: https://github.com/koraa/huniq
|
||||
---
|
||||
# Huniq
|
||||
[Repo](https://github.com/koraa/huniq)
|
||||
Command line utility to remove duplicates from the given input. Note that huniq does not sort the input, it just removes duplicates.
|
||||
|
||||
## Usage
|
||||
Flags:
|
||||
```shell
|
||||
-c, --count Output the amount of times a line was encountered
|
||||
|
||||
-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-descending Order output by the number of occurences, in descending order
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue