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

3 lines
76 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
def duplicate_timestamps:
[.[][0]] | sort | runs | map( select(.[1]>1) );