Command Line (CLI):
locate
update the locatedb on Snow Leopard 10.6
$ sudo /usr/libexec/locate.updatedb
Install and update the locatedb on CentOS 5.x & Red Hat
sudo yum install mlocate
sudo /etc/cron.daily/mlocate.cron
Add color to the bash CLI (Mac OS 10.6)
Add the following lines to the .bashrc file.
export LSCOLORS=Cxfxcxdxbxegedabagacad
export CLICOLOR=1
Customize the colors here: http://geoff.greer.fm/lscolors/



