in reply to
Re: Re: Finding part of a file
in thread
Finding part of a file
I like sed:
sed -n '/banana/,/grape/p' fruit.txt
but find that almost anything I could do in sed, I would
prefer
to do in Perl. :-)
Impossible Robot
Comment on
Re: Re: Re: Finding part of a file
In Section
Seekers of Perl Wisdom