2 个版本
0.1.2 | 2020年9月27日 |
---|---|
0.1.1 | 2020年9月27日 |
0.1.0 |
|
#3 在 #mul
9KB
163 代码行
mathcli
你是否曾经抓取日志,将其转换为数字流,并希望将所有这些数字相加?现在你可以做到了!
替代方案很丑陋:https://stackoverflow.com/questions/450799/shell-command-to-sum-integers-one-per-line
这很简单!
$ printf '2\n3\n\n' | mathcli mul
$ 6
安装
- 安装 cargo:https://doc.rust-lang.net.cn/cargo/getting-started/installation.html
cargoinstall mathcli
贡献
请自由地在 https://github.com/michaelAlvarino/mathcli 提交代码审查。
依赖项
~1.6–9MB
~68K SLoC