[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Neomail 1.25 released on pkg.nl.cobalt.com
- Subject: Re: [cobalt-users] Neomail 1.25 released on pkg.nl.cobalt.com
- From: "Kevin D" <kdlists@xxxxxxxxxxxxxxx>
- Date: Fri Sep 14 20:06:18 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> Do you know where neomail is installed ???
>
> Locate doesn't work for me !
As a quick aside, locate uses databases that are updated nightly via cron.
Use the GNU find command to do a real time search.
find / -name "blahblah"
Kevin