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