On Monday 24 December 2007 20:03:56 Anders Johansson wrote:
> > $> grep -i "word" file.txt
> sed -ne '/word/p' file.txt

Oops, forgot the case insensitive thing.

sed -ne '/word/Ip' file.txt

Anders

-- 
Madness takes its toll
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to