Powerful command "Wget" in ubuntu

wget -r -A jpg,gif http://www.stefli.com/ -P download

using this command,you can download the jpg and gif images from  http://www.stefli.com/

So,you also can change the url to which you want to retrieve the data from.

你可能感兴趣的:(ubuntu,command,url,download)