How to do a wget

Alan Pope popey at ubuntu.com
Tue Nov 23 12:15:37 UTC 2010


On 23 November 2010 12:12, Bond <jamesbond.2k.g at gmail.com> wrote:
> I want to download all the folders available here
>
> http://www.cs.fsu.edu/~baker/devices/lxr/source/2.6.25/ldd-examples/
>
> but when I do a
> wget http://www.cs.fsu.edu/~baker/devices/lxr/source/2.6.25/ldd-examples/
> I just get the index.html page what should I be doing so that I can
> have all those subdirectories also ?
>

wget -m --no-parent
http://www.cs.fsu.edu/~baker/devices/lxr/source/2.6.25/ldd-examples/

-m = mirror
--no-parent = it won't go 'up' the tree and spider the entire website.
just from ldd-examples 'downwards'.

Al.




More information about the ubuntu-users mailing list