knowledge/technology/applications/cli/huniq.md
2024-03-19 09:25:42 +01:00

620 B

obj repo
application https://github.com/koraa/huniq

Huniq

Repo
Command line utility to remove duplicates from the given input. Note that huniq does not sort the input, it just removes duplicates.

Usage

Flags:

-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