An open API service indexing awesome lists of open source software.

https://github.com/dmironenko/uniq

linux like uniq command line tool
https://github.com/dmironenko/uniq

cli linux tool uniq uniqer

Last synced: 3 months ago
JSON representation

linux like uniq command line tool

Awesome Lists containing this project

README

          

Usage of uniq:
uniq [-h] [-c | -d | -u] [-i] [-f num] [-s chars] [input_file [output_file]]

-h show help page
-c prefix lines by the number of occurrences
-d only print duplicate lines, one for each group
-f uint
avoid comparing the first N fields
-i ignore differences in case when comparing
-s uint
avoid comparing the first N characters
-u only print unique lines