fork download
  1. !/^ +/{
  2. foundDel=""
  3. }
  4. /DELETE ME/{
  5. foundDel=1
  6. next
  7. }
  8. foundDel && /^ +/{
  9. next
  10. }
  11. 1
Success #stdin #stdout 0s 4240KB
stdin
first line
second line DELETE ME
  - third line
  - fourth line
fifth line
sixth line DELETE ME
seventh line
  - eighth line
stdout
first line
fifth line
seventh line
  - eighth line