Subscribe to here:

Monday, May 12, 2008

Downloading all links on a web page in Linux

In a terminal:

$wget -np -r -P path URL
path is the path where you want everything to be saved, while URL is the web page from which you want to download stuff as well as itself.

0 comments: