Basic Linux command?
If I have a text document with numbers and each number is on a different line, how do I add them all together and get the results? heres an example
1234
2345
2345
How do I add all the lines to get the sum of all the numbers? Thank you