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

Re: [cobalt-users] Neomail 1.25 released on pkg.nl.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