mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 18:25:45 +00:00
6 lines
83 B
Bash
6 lines
83 B
Bash
echo x=1,y=2 | mlr put '
|
|
while (NF < 10) {
|
|
$[NF+1] = ""
|
|
}
|
|
$foo = "bar"
|
|
'
|