The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
How to remove the specific lines from file using perl
.
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
:
How to remove the specific lines from file using perl
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
3
(
permalink
)
06-05-2008
ThobiasVakayil
Registered User
Join Date: May 2006
Posts: 66
if you want to remove the lines which is having the word seed, execute the following command :
grep -v "seed" my_file.txt
ThobiasVakayil
View Public Profile
Find all posts by ThobiasVakayil
Find ThobiasVakayil's past nominations received
Find ThobiasVakayil's present nominations given