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
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
Deleting lots of files.....
View Single Post in the UNIX and Linux 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
Find madhunk's past nominations received
Find madhunk's present nominations given