perl -ne 'if (/couldn\047t parse/) { $_ = <>; print }' test.txt [download]
In reply to Re: Reading certain lines in a file by kilinrax in thread Reading certain lines in a file by Ras