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

Re: [cobalt-users] Shutting down the Qube



Jeff Lasman wrote:
> 
> # find / -name shutdown

Bzzt!  "locate shutdown | less"

"locate" works on a compiled database of filenames, and so is quick and 
neither CPU nor disk intensive.  "find" will actually search the disk
in real time.

-- 
Dom.