in reply to Re: Delete 10 lines before matched line
in thread Delete 10 lines before matched line
should be# Discard the buffered lines. @buffer = (); # Print the matched line. print $line;
# Discard the buffered lines. @buffer = $line;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Delete 10 lines before matched line
by jmcnamara (Monsignor) on Mar 11, 2010 at 16:47 UTC | |
by briggs (Initiate) on Mar 11, 2010 at 19:03 UTC | |
by ikegami (Patriarch) on Mar 11, 2010 at 19:31 UTC |