miller/doc/data/single-for-example-1.sh
2017-02-24 18:24:02 -08: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;
}
'