Alister Waller wrote:

> Hi again,
> 
> I have another script that I need, to remove some unwanted entries from a
> file. Is there anyone willing to assist, as it might be better to take it
> off the list?
> 


grep -v deletethis inputfile >outputfile
mv inputfile  inputfile.bak
mv outputfile inputfile

That will be $$$$$   please :-)

KenF



-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to