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.
Last updated 5 years ago