search for file name in ubuntu 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/