On 3 September 2014 22:26, Adrian - adrianTNT.com <adrian...@adriantnt.com> wrote: > Hello. > Can anyone tell me how to do this with wget ? > I want it to spider a given website and return the list of full urls in > that website. > Any ideas?
This can be done by - grepping through stderr output of wget - patching wget for your specific need. should be easy. yousong