Mailing Lists
| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-users Mailing List Archives
Re: -O option
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 6 Dec 2001 15:38:45 +0100 (MET)
On 4 Dec 2001, Jason Mancini wrote:
> Say you have a list of FTP addresses to download in a file named
I came to think of how to do the above semi-nicely:
$ cat ftp-list.txt | awk '{print $1 " -O";}' | xargs curl -O
It'll always give you at least one -O for each file! ;-)
--
Daniel Stenberg -- curl groks URLs -- http://curl.haxx.se/
Received on 2001-12-06
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info