grep -Rl "search-term"
find /path/to/folder/ -iname *file_name_portion*
find . -print | grep -i <filename>