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

app uniqs

uniq(1) 的替代方案,支持流处理

1 个不稳定版本

0.1.0 2023年6月14日

#9 in #uniq

Apache-2.0 OR MIT

12KB
183 代码行

uniqs

uniq 的替代方案,支持流处理。

$ 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 主要在Apache 许可证(版本 2.0)MIT 许可证的条款下分发。有关详细信息,请参阅COPYRIGHT

依赖关系

~4–13MB
~135K SLoC