Bash Add numbers output in a shell amit - 14 Oct 2011 Pipe any output to : awk ‘{total = total +$1}END{print total}’