The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #7 (permalink)  
Old 12-21-2006
Perderabo's Avatar
Perderabo Perderabo is offline Forum Staff  
Unix Daemon
  
 

Join Date: Aug 2001
Location: Ashburn, Virginia
Posts: 9,127
Quote:
Originally Posted by highlt
The command you provided does not appear to work. It returns nothing? I'm currently testing this:

find . -follow -type d \( -name log -o -name out \) -prune -o -type f
-exec egrep -li 'sun1216|sun1586|sun1153|PRIVIS1|PRIVIS2' {} \;
That is the wrong command. Try the one I posted.