[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Shutting down the Qube
- Subject: Re: [cobalt-users] Shutting down the Qube
- From: Dom Latter <d.latter@xxxxxxx>
- Date: Tue Oct 10 09:30:29 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
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.