Experiments with curl
curl -LO http://example.com/file[0-100].txt
-L follow any redirects that may be issued
-O saves the downloaded files into similarly named copies locally
Problems with dates:
curl -LO http://example.com/[1996-2002]/[000001-999999].txt curl -LO http://example.com/[1996-1999]/[96-99][01-12][01-31].txt curl -LO http://example.com/[2000-2002]/[00-02][01-12][01-31].txt
Slideshow ^ |< << Slide 11 of 40 >> >| |