miller/doc/data/while-example-1.sh
2016-05-29 17:09:54 -04:00

6 lines
83 B
Bash

echo x=1,y=2 | mlr put '
while (NF < 10) {
$[NF+1] = ""
}
$foo = "bar"
'