mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 18:25:45 +00:00
6 lines
79 B
Bash
6 lines
79 B
Bash
mlr --oxtab put -q '
|
|
@x_sum += $x;
|
|
end {
|
|
emit @x_sum
|
|
}
|
|
' data/medium
|