Find a file / directory
Last updated
Last updated
Command
Description
updatedb
Update the file db that locate uses
locate <FILE.extension>
Find a file on the file system
which <FILE.extension>
Returns path to file according to current PATH environment
find /path/to/search -name <FILE.extenstion>
More aggressive than locate or which; recursively searches a given path for files.