[MalaWiki] [TitleIndex] [WordIndex]

PbSlidesReload/320 CurlExperiments

Experiments with curl

curl -LO http://example.com/file[0-100].txt

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


2014-06-11 14:17