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