A command line application that shows file locations.
Locate (locate
) is a command that shows file locations in the terminal. For example:
locate two
would show all files with "two" in the name. The search can be narrowed using file extensions or by using grep
.