Hacker News new | ask | show | jobs
by bartbes 2932 days ago
Easily solved by just keeping some state:

    /^=====/ { inentry = !inentry; next }
    inentry
Possibly without 'next' if you want the marker lines too.