#uniq #streaming #input #output #path #stdin #stdout

app uniqs

uniq(1) alternative with streaming support

1 unstable release

0.1.0 Jun 14, 2023

#8 in #uniq

Apache-2.0 OR MIT

12KB
183 lines

uniqs

uniq 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

 


uniqs is primarily distributed under the terms of both the Apache License (Version 2.0) and the MIT license. See COPYRIGHT for details.

Dependencies

~3–13MB
~130K SLoC