The UNIX and Linux Forums
>
Top Forums
>
UNIX for Dummies Questions & Answers
Deleting lots of files.....
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Rules & FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
Deleting lots of files.....
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
5
(
permalink
)
05-25-2006
madhunk
Registered User
Join Date: Nov 2005
Posts: 91
Check if your grep supports -v and -f options...
type
Code:
man grep
at the command prompt
If you are on Sun Solaris box, some options are supported by
Code:
/usr/xpg4/bin/grep
and some options are supported by
Code:
/usr/bin/grep
Give the entire path of grep...
See if it works!!
madhunk
View Public Profile
Find all posts by madhunk