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

9 lines
125 B
Bash

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