RosettaCodeData/Task/Text-processing-2/Jq/text-processing-2-4.jq

3 lines
76 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
def duplicate_timestamps:
[.[][0]] | sort | runs | map( select(.[1]>1) );