search files ubuntu code example
Example 1: find file in ubuntu
find ~/ -type f -name "postgis-2.0.0"
Example 2: search file in ubuntu
$ find /path/to/file/ -iname filename
find ~/ -type f -name "postgis-2.0.0"
$ find /path/to/file/ -iname filename