The UNIX and Linux Forums
>
Top Forums
>
UNIX for Dummies Questions & Answers
Delete a line 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
:
Delete a line from a file
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
5
(
permalink
)
01-07-2009
sivakumar.rj
Registered User
Join Date: Sep 2008
Posts: 74
the
sed
command can be used to delete the specific lines in a file
sed
'43,58d' infile > outfile
sivakumar.rj
View Public Profile
Find all posts by sivakumar.rj
Find sivakumar.rj's past nominations received
Find sivakumar.rj's present nominations given