| Crates.io | uniqs |
| lib.rs | uniqs |
| version | 0.1.1 |
| created_at | 2023-06-14 18:44:02.391027+00 |
| updated_at | 2024-10-20 19:13:07.49781+00 |
| description | uniq(1) alternative with streaming support |
| homepage | |
| repository | https://github.com/simnalamburt/uniqs |
| max_upload_size | |
| id | 890417 |
| size | 34,869 |
uniq(1) alternative with streaming support.
$ uniq -h
uniq(1) alternative with streaming support
Usage: uniqs [OPTIONS] [INPUT] [OUTPUT]
Arguments:
[INPUT] Path of the input file (default: stdin)
[OUTPUT] Path of the output file (default: stdout)
Options:
-c, --count Prefix lines by the number of occurrences
-h, --help Print help (see more with '--help')
-V, --version Print version
uniq(1)... \| sort \| uniq | ... \| uniqs | ... \| uniqs -c
--------------|---------|------------
|
| 
Using Homebrew in macOS:
brew install simnalamburt/x/uniqs
Using Cargo:
cargo install uniqs
uniqs is primarily distributed under the terms of both the Apache License (Version 2.0) and the MIT license. See COPYRIGHT for details.