6 个版本
使用旧的 Rust 2015
0.2.3 | 2022年1月27日 |
---|---|
0.2.2 | 2018年10月28日 |
0.2.0 | 2018年9月20日 |
0.1.1 | 2016年12月6日 |
0.1.0 | 2016年1月18日 |
#2072 在 命令行工具 中
每月 35 次下载
16KB
111 行
wf
一个用于统计词频的 Unix 风格命令行工具。
用法
wf[选项]
读取 stdin 并输出以换行符分隔的行,每行包含每个唯一单词及其出现次数,用空格分隔。
选项
-n --nums Include numbers
-s --sort Sort output alphabetically by words (incompatible with -f)
-f --freq Sort output but most to least frequent (incompatible with -s)
-h --help Display usage information
安装
要安装 wf 二进制文件,您现在可以使用以下命令,使用最新的 cargo
cargo install wf
开发
此项目使用 clippy
,Travis CI 将对所有 PR 和分支进行检查。在提交 PR 之前建议安装并本地检查。
许可
版权所有 © 2018 Annaia Berry。本作品使用 Affero GPL v3 许可。有关详细信息,请参阅 LICENSE
。
依赖项
~1MB
~12K SLoC