mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-24 02:36:15 +00:00
5 lines
86 B
Bash
5 lines
86 B
Bash
mlr put '
|
|
begin { @sum = 0 };
|
|
@x_sum += $x;
|
|
end { emit @x_sum }
|
|
' ../data/small
|