[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Sheflug] awk-ward problem
On Fri, Mar 11, 2005 at 12:22:45PM +0000, J.L. White wrote:
> awk '/Cannot connect/, /Graphics support/' testc.inp > testc.out
Well, I'm not an awk expert, but I am a Perl expert (:-)), so I'd suggest:
perl -ne 'print unless /Cannot connect/../Graphics support/' testc.inp > testc.out
Dave
--
SCO - a train crash in slow motion
___________________________________________________________________
Sheffield Linux User's Group -
http://www.sheflug.co.uk/mailfaq.html
GNU the choice of a complete generation.