tech-userlevel archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Improving the performance of system boot by eliding unused rc.d scripts and caching the result



> 	if (> /etc/rcorder.cache.tmp) 2>/dev/null; then
I would have expected that to be
 	if (:> /etc/rcorder.cache.tmp) 2>/dev/null; then
and am suprised the shell accepts redirection on an empty command.


Home | Main Index | Thread Index | Old Index