find /dir -iname “name*” -print /dir is directory to start looking, it is automatically recursive -iname ignores case, use -name for case sensitive “name*” is string in file or directory name -print sends output to terminal window