#compsci find is a command used to find a specific file by its name or type. ## Use > $ find /home -name puppies.jpg Note: find searches *only* for the string you give it, although you can use [[Regular expressions|regular expressions]].