Find a file or folder in linux / unix command line

Unix has a powerful search facility. For the novice the following command is very useful.

find <location> -name <file/folder>

e.g.

find /home -name paulsimages

will find any folder(s) named paulsimages in the home directory

Your rating: None