how to find a file in linux terminal

Shell
find /path/to/folder/ -iname *file_name_portion*
Source

Also in Shell: