... | paste -sd+ - | bc
is the shortest one I’ve found (from the UNIX Command Line blog).
Edit: added the - argument for portability, thanks @Dogbert and @Owen.
... | paste -sd+ - | bc
is the shortest one I’ve found (from the UNIX Command Line blog).
Edit: added the - argument for portability, thanks @Dogbert and @Owen.