cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: about -w

From: Gisle Vanem <giva_at_bgnett.no>
Date: Sun, 12 Dec 2004 16:14:35 +0100

"Sebastien WILLEMIJNS" wrote:

> let's try again with same text without spaces, it works !
  
Not really. This only causes the shell to pass 'Weuploaded%%{size_upload}bytes\n'
as a single argument for the -w option. Use double quotes to pass the whole string
as one argument:
  -w "We uploaded %%{size_upload}bytes\n"

A getopt() or parseconfig() weakness?

--gv
Received on 2004-12-12