| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-users Mailing List Archives
Re: curl: Argument list too long
From: Sergei Steshenko <sergstesh_at_yahoo.com>
Date: Thu, 3 Dec 2009 22:05:52 -0800 (PST)
--- On Thu, 12/3/09, Harry <lolwutaf2_at_gmail.com> wrote:
> From: Harry <lolwutaf2_at_gmail.com>
The
"mailfile=`cat screenshot.png`"
part looks strange to me. This is because
cat screenshot.png
is executed, and then its stdout is placed into the double quoted string,
"mailfile=`cat screenshot.png`"
is 'mailfile=' plus contents of 'screenshot.png' file, And I think this is
OTOH, you command line doesn't make sense to because of the above in the first place.
Did you mean regular single quotes ("'") and not the backquotes ("`") ?
Thanks,
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info