79309171

Date: 2024-12-26 09:49:40
Score: 1
Natty:
Report link

example using gnu awk (using your input) may suffice.

awk '/two/{ next } !/three/{print}' input
one
six
four
five
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: ticktalk