The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
deleting lines after pattern using sed
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
deleting lines after pattern using sed
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
3
(
permalink
)
10-13-2008
RahulJoshi
Registered User
Join Date: Aug 2008
Location: PUNE
Posts: 98
use this code:
csplit file1 /*End_fine_coreg:_NORMAL/+3
it will create two file named x00 x01 then u get ur desire result in x00 file.
RahulJoshi
View Public Profile
Find all posts by RahulJoshi
Find RahulJoshi's past nominations received
Find RahulJoshi's present nominations given