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