On Wed, 29 Oct 2003, Xpression wrote:

> Hi list, can I edit a file and delete a line by searching any parameter with
> bash ??? Thanks...

sed '/searchstring/d' file1 >file2

Cheers,

Viktor
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to