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
- Host: GitHub
- URL: https://github.com/dmironenko/uniq
- Owner: dmironenko
- Created: 2024-09-18T11:44:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-30T09:24:15.000Z (over 1 year ago)
- Last Synced: 2025-07-25T13:58:21.829Z (11 months ago)
- Topics: cli, linux, tool, uniq, uniqer
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
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