On Sat, 09 Aug 2003 13:38:07 -0600 Scott Wiersdorf
<scott(_at_)perlcode(_dot_)org> wrote:
On Sat, Aug 09, 2003 at 01:36:06PM -0500, David W. Tamkin wrote:
I trust you've used 'find' or somesuch and mailed yourself the
results?
You've been your own sysadmin far too long, Sean. Think of the CPU
load
of something like this:
find / -name make -print 2>/dev/null | xargs ls -l
Be nice about it:
nice -n 19 find / -name make -print 2>/dev/null | xargs ls -l
Scott
Or use multiple finds in logical locations spread over a day or two.
/usr/bin
/bin
/usr/local/bin
...
--
Gerald V. Livingston II
Configure your Email to send TEXT ONLY -- See the following page:
http://expita.com/nomime.html
'74 Kombi (to be renamed - LifeSaver doesn't 'feel' right)
'69 Type 1 - AirBall the Rolling Basket Case
http://www.phorce1.com
http://www.buskatiers.org
_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail