The UNIX and Linux Forums
>
Top Forums
>
UNIX for Advanced & Expert Users
Deleting lines from a file
.
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 from a file
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
12
(
permalink
)
07-01-2009
rakesh_pagadala
Registered User
Join Date: May 2009
Location: hyderabad
Posts: 20
we can also delete records using
sed
'n,xd' inputfile > outputfile
where n would starting range x would be ending range
rakesh_pagadala
View Public Profile
Find all posts by rakesh_pagadala
Find rakesh_pagadala's past nominations received
Find rakesh_pagadala's present nominations given