Y
Hacker News
new
|
ask
|
show
|
jobs
by
andrus
4719 days ago
Just for grins:
$ alias sum="xargs | tr ' ' '+' | bc" $ echo -e "1\n2\n3\n" | sum 6