miller/docs6/docs/_build/html/data/while-example-1.sh

6 lines
83 B
Bash

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