miller/docs/data/map-literal-example-2.sh
2020-09-27 11:29:50 -04:00

7 lines
120 B
Bash
Executable file

mlr --from data/small put '
func f(map m): map {
m["x"] *= 200;
return m;
}
$* = f({"a": $a, "x": $x});
'