miller/docs/data/while-example-1.sh
2020-09-27 11:29:50 -04:00

6 lines
83 B
Bash

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