mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-18 17:04:50 +00:00
4 lines
64 B
Bash
4 lines
64 B
Bash
mlr put '
|
|
@x_sum += $x;
|
|
end { emit @x_sum }
|
|
' ../data/small
|