UNIX 总计命令
有没有一种简单的方法可以使用unix命令(无脚本)逐行计算所有指定数值的总和,
假设
7612
7724
19844
20092
20184
20468
27100
36456
39428
54264
69008
97208
假设这是在一个文件中,
我想要所有值的总和。 提前致谢
Is there a easy way to calculate the grand total of all the numberic values specified line by line using a unix command (no script)
suppose
7612
7724
19844
20092
20184
20468
27100
36456
39428
54264
69008
97208
assume this is in a file
I want the total of all the values.
thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我能想到的最好的一句话是
The best one-liner I can come up with is