Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google site




Thread: deleting lines
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 04-30-2003
ajnabi ajnabi is offline
Registered User
 

Join Date: Nov 2001
Location: Atlanta, GA
Posts: 34
deleting lines

I am trying deleting lines from a text file using sed..

sed '/OBJECT="ABC/{N;N;N;d; }'

will do if i have to delete lines starting with Object and next 3 lines
but I was looking for a way to delet lines starting with OBJECT and all the lines till it reaches a blank lines ..or it reaches a line with OBJECT in it ...

i tried all kind of things .. didn't work .

Will appreciate help

thanks in advance ..
Sponsored Links