find /path -name 'filename'find /path -type f or find /path -type dfind /path -perm 0755find /path -size +100M or find /path -size -1kfind /path -mtime -7find /path -type f -emptyfind /path -exec command {} \;find /path -type f -deleteChallenge: