Archive for August 3rd, 2007

Download Multiple Files with Wget

Wget can be used to download multiple files with just one command


wget -c "http://example.com/file[1-9].htm"

[tags]wget,download,multiple,series,linux,command,cli[/tags]