mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-24 00:18:39 +00:00
* Accept more passing emit cases * Port docs from sphinx to mkdocs * iterating * rephrase internal-link syntax using mkdocs * iterating
6 lines
83 B
Bash
6 lines
83 B
Bash
echo x=1,y=2 | mlr put '
|
|
while (NF < 10) {
|
|
$[NF+1] = ""
|
|
}
|
|
$foo = "bar"
|
|
'
|