type
Code:
find / -iname Gimp 2>/dev/null
do the same with BitTornado
The
-iname will find files whether it is upper or lower case
The
2>/dev/null will not display the files that don't match, only Gimp files will show on screen
Next time you download something, watch the download manager and you will see the location it will download to and you can change it so the files will where you want it to.
Have Fun!
-bhert