mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-24 02:36:15 +00:00
8 lines
140 B
Bash
Executable file
8 lines
140 B
Bash
Executable file
mlr --from data/small put '
|
|
print "NR = ".NR;
|
|
for (key in $*) {
|
|
value = $[key];
|
|
print " key:" . key . " value:".value;
|
|
}
|
|
|
|
'
|