Comment on Useful Unix commands for data scienceparentComments−phaemon13yYou could do:echo -e "1\n2\n3\n4" | paste -sd+ | bckind of cheating though! :-)
Comments
You could do:
echo -e "1\n2\n3\n4" | paste -sd+ | bc
kind of cheating though! :-)