bugfix
11-23-2000, 02:27 PM
How to I do a find and ignore the files who's permission is denied. They just spool off the screen too quick. I've piping the output to grep but that doesn't work. e.g.
find / -name foo | grep foo
Any ideas?
find / -name foo | grep foo
Any ideas?