[MalaWiki] [TitleIndex] [WordIndex]

PbSlidesEsc/320 CurlExperiments

Esperimenti con curl

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

Problemi con le date:

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