RosettaCodeData/Task/First-class-environments/Jq/first-class-environments-2.jq

4 lines
119 B
Text
Raw Permalink Normal View History

2017-09-23 10:01:46 +02:00
filter_and_last( generate;
map(.value) | @tsv;
"", "Counts:", (map(.count) | @tsv ))