The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
Deleting a line from a flatfile using Shell Script
.
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 a line from a flatfile using Shell Script
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
06-23-2009
rakeshawasthi
Registered User
Join Date: Aug 2004
Location: India
Posts: 379
you may redirect the output to a new file, while writing all the lines in the loop except for the ones you dont want...else
try
sed
, grep, awk anything.
rakeshawasthi
View Public Profile
Find all posts by rakeshawasthi
Find rakeshawasthi's past nominations received
Find rakeshawasthi's present nominations given