in reply to Re: perl one line for advanced grep (current line and next one)
in thread perl one line for advanced grep (current line and next one)

Nice, but it misses the line following a second consecutive line matching the pattern

# eg this works as expected test1 string test2 test3 # this one fails to print test2 test1 string string test2 test3

Cheers,
R.

Pereant, qui ante nos nostra dixerunt!

Replies are listed 'Best First'.
Re^3: perl one line for advanced grep (current line and next one)
by kschwab (Vicar) on Sep 02, 2013 at 13:44 UTC
    It also hangs if the last line matches. So much for working off the top of my head.