2 lines
76 B
Text
2 lines
76 B
Text
def duplicate_timestamps:
|
|
[.[][0]] | sort | runs | map( select(.[1]>1) );
|
def duplicate_timestamps:
|
|
[.[][0]] | sort | runs | map( select(.[1]>1) );
|