Nick,

> wget www.example.org/pub/download/file{01,02,03,04,05,06,07,08,09}
> 
> However it can be tedious to type all that. Is there a way of doing it
> with a range, like this:
> 
> wget www.example.org/pub/download/file{01-09}

How about wget www.example.org/pub/download/file0[1-9]


-- 
Later

David Kirk

Reply via email to