[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: Jeff Lasman <jblists@xxxxxxxxxxxxx>
- Date: Wed Oct 11 13:56:01 2000
- Organization: nobaloney.net
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Dom Latter 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.
We won't argue, but the find command only finds files named "shutdown"
file the locate command locates files with shutdown in the name.
Depending on what you're looking for, that could result in a longer list
to go through.
I also prefer find because it tells me the status of the disk now, as
opposed to what it was the last time the database was created.
That said, of course locate works as well.
Jeff
--
Jeff Lasman <jblists@xxxxxxxxxxxxx>
nobaloney.net
P. O. Box 52672
Riverside, CA 92517
voice: (909) 787-8589 * fax: (909) 782-0205