The UNIX and Linux Forums  


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




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 10-13-2008
larne larne is offline
Registered User
  
 

Join Date: Oct 2008
Posts: 11
deleting lines after pattern using sed

I have seen there are many sed posts but still it is quite difficult to apply other post to my own problem

How can I delete all lines in a file from 2 lines after this pattern

Code:
*End_fine_coreg:_NORMAL

to the end of file?

Cheers