in reply to Re: Re: regex help ...in thread regex help ...
perl -ne 'print if /loop/../endloop/ and /warn/' file.txt [download]