The UNIX and Linux Forums
>
Top Forums
>
UNIX for Advanced & Expert Users
exclude multiple records
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Forum Rules
FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
exclude multiple records
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
04-29-2008
Mr.Aketi
Registered User
Join Date: Oct 2007
Posts: 7
Hi,
You can overcome it by using doubt quotes, as follows.
grep -v "00127772*" a.txt >a1.txt
Thanks
Aketi
Mr.Aketi
View Public Profile
Find all posts by Mr.Aketi