I am trying to find a directory, using the terminal and I am not sure where it is. I mean that i used the wget command to obtain the file and used it for installation and now i am not able to find where I kept it.
I did try,
find . -type f -name "postgis-2.0.0"
also
locate postgis-2.0.0
But with no luck. What is the command to find a directory in your desktop?

