How to add lines of numbers in linux?

If I have a list of numbers in a text file like this:
54846
454
548435
6546

What command do I use to add all the numbers together to get the sum? My text document has over 1000 lines of numbers and I need a quit way to add them all together

2017-04-11T00:37:33.809Z