Check out a userscript which highlights deleted posts.
GitHub
79529826
Date:
2025-03-23 22:55:16
Score:
2
Natty:
Report link
My variant
awk -F";" '!c[$2]++{a[$2]=$0}; c[$2]==2{print a[$2]}; c[$2]>1' "$f"
Reasons:
Low length (1.5):
Has code block (-0.5):
Low reputation (1):
Posted by:
Ivan