debian find file code example
Example 1: how to find a file in linux terminal
find /path/to/folder/ -iname *file_name_portion*
Example 2: search file in ubuntu
$ find /path/to/file/ -iname filename
find /path/to/folder/ -iname *file_name_portion*
$ find /path/to/file/ -iname filename