bash add numbers in a listpico test1.txt
1 2 3
use command below
paste -sd+ test1.txt | bc 6
Reference
https://stackoverflow.com/questions/3096259/bash-command-to-sum-a-column-of-numbers
bash add numbers in a listpico test1.txt
1 2 3
use command below
paste -sd+ test1.txt | bc 6
Reference
https://stackoverflow.com/questions/3096259/bash-command-to-sum-a-column-of-numbers
Comments
Post a Comment