2 lines
46 B
Text
2 lines
46 B
Text
|
|
$ jq -n -M -s 'map(tonumber) | add' input.txt
|
|
|
$ jq -n -M -s 'map(tonumber) | add' input.txt
|