Re: Simply deleting a line with zzzz in it?

2002-09-23 Thread Michael C Tiernan
On Thursday 19 September 2002 07:12, Shaw, Marco said: I want to delete the entire line with . Why not simply use: % grep -v ^ file-with-line -- MCT [EMAIL PROTECTED] Michael C Tiernan. http://world.std.com/~mtiernan Is God a performance artist? --

Simply deleting a line with zzzz in it?

2002-09-19 Thread Shaw, Marco
This should be pretty simple... I have a file something like: I want to delete the entire line with . sed //d goes to standard out, but I don't want to redirect it to a temp file, and then overwrite the original over or similar, unless that's my

Re: Simply deleting a line with zzzz in it?

2002-09-19 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 19-Sep-2002/08:12 -0300, Shaw, Marco [EMAIL PROTECTED] wrote: This should be pretty simple... I have a file something like: I want to delete the entire line with . Use the invert match feature in