miller/docs/data/single-for-example-1.sh
2020-09-27 11:29:50 -04:00

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;
}
'