我想要一个bash命令,我可以管道,将总和一列数字.我只想要一个快速的衬垫,它将做一些基本上像这样的事情:
cat FileWithColumnOfNumbers.txt | sum
bash
bash ×1