Quoting Trevor Ouellette <[EMAIL PROTECTED]>:

> If anyone has the time, please point me in the right direction.  I've
> already looked at grep and egrep but I don't know how to pipe (|) a lot

    I don't know about changing; I'm sure awk or sed could do what you're 
looking for, but I don't know their syntax at all.  To remove the entire line, 
though, is pretty simple:

  grep -v "my phrase here" filename > newfile

-- 
Dan Brown, KE6MKS, [EMAIL PROTECTED]
"Since all the world is but a story, it were well for thee to buy the more 
enduring story rather than the story that is less enduring."
 --The Judgment of St. Collum Cille  

--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org

Reply via email to