procmail
[Top] [All Lists]

Re: Nevermind (was compiling without a terminal)

2003-08-09 12:50:27
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
-- 
Scott Wiersdorf
scott(_at_)perlcode(_dot_)org

_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail