PDA

View Full Version : sh command for downloading a file from the tinternet



J05HYYY
September 5th, 2009, 05:06 AM
Hello ... I'm getting annoyed having to use my browser to download dependencies for software.

Is there a sh (or MSYS) command or tool I can use?

For instance, say if I just wanted to download the file from the following location: http://ubuntuforums.org/images/misc/ubuntulogo.png

How would I go about doing this?

Cheers,

Josh

defacto
September 5th, 2009, 05:25 AM
wget http://ubuntuforums.org/images/misc/ubuntulogo.png

J05HYYY
September 5th, 2009, 05:31 AM
cheers :popcorn: