mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-19 09:24:14 +00:00
7 lines
90 B
Bash
Executable file
7 lines
90 B
Bash
Executable file
mlr --opprint put '
|
|
$* = {
|
|
"a": $i,
|
|
"i": $a,
|
|
"y": $y * 10,
|
|
}
|
|
' data/small
|