ubuntu comand line find file code example
Example 1: how to find a file in linux terminal
find /path/to/folder/ -iname *file_name_portion*
Example 2: terminal how to find a file name
find / -name NAME.EXTENSION
find /path/to/folder/ -iname *file_name_portion*
find / -name NAME.EXTENSION