LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   help with wget (https://www.linuxquestions.org/questions/linux-newbie-8/help-with-wget-4175464951/)

sreejithpadmanabhan 06-06-2013 04:24 AM

help with wget
 
Friends,
I am new to Linux, i want to use wget to download a particular website fully to my laptop. I am giving the command
wget -r -d 3 www.php.net

it is downloading the website contents into the folder from where i am running it, but i want to get a list of downloaded web urls which were downloaded by wget.

Please help

Regards,
Sreejith

shm0 06-07-2013 03:10 AM

I don't understand why you need to get this website in full, It's huge in size!

Anyway, if you need to get a full website, see this page. Also, if you enable logging (by adding to the above: -o log.txt) you would get the downloaded URL listed in the log file.


All times are GMT -5. The time now is 06:48 PM.