Click to See Complete Forum and Search --> : wget


kettle
03-14-2006, 02:36 AM
I am using wget to recursively download several pages from the web. I would like to download them all onto a single file (as opposed to creating folders and separating the respective pages). I could just write a perl script to do this, but it would be much simpler if there were a means of doing this with wget. If anyone knows how, please share the knowledge!!

thanks

dkeav
03-14-2006, 03:35 AM
man wget will reveal the -O option

serz
03-14-2006, 03:37 AM
"man wget" and look for the word "recursively", there are many options.