mirror of
https://github.com/johnkerl/miller.git
synced 2026-08-03 21:13:09 +00:00
* Accept more passing emit cases * Port docs from sphinx to mkdocs * iterating * rephrase internal-link syntax using mkdocs * iterating
4 lines
63 B
Bash
4 lines
63 B
Bash
mlr put '
|
|
@x_sum += $x;
|
|
end { emit @x_sum }
|
|
' ./data/small
|