To search the current directory and all subdirectories for a folder or file, use the following command:
find . -name filename
Source: http://www.tech-recipes.com/rx/976/unixlinux-easily-find-or-search-files-or-directories/
Where I go for Geek
To search the current directory and all subdirectories for a folder or file, use the following command:
find . -name filename
Source: http://www.tech-recipes.com/rx/976/unixlinux-easily-find-or-search-files-or-directories/