mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 18:25:45 +00:00
10 lines
154 B
Bash
10 lines
154 B
Bash
mlr --from data/rect.txt put -q '
|
|
is_present($outer) {
|
|
unset @r
|
|
}
|
|
for (k, v in $*) {
|
|
@r[k] = v
|
|
}
|
|
is_present($inner1) {
|
|
emit @r
|
|
}'
|