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.