ubuntu search for file by name code example
Example 1: search file in ubuntu
$ find /path/to/file/ -iname filename
Example 2: search file in ubuntu
$ find /path/to/file/
$ find /path/to/file/ -iname filename
$ find /path/to/file/