miller/docs6/docs/_build/html/data/single-for-example-1.sh

8 lines
140 B
Bash

mlr --from data/small put '
print "NR = ".NR;
for (key in $*) {
value = $[key];
print " key:" . key . " value:".value;
}
'