Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
zargs: Argument list too long
- X-seq: zsh-workers 44096
- From: gi1242+zsh@xxxxxxxxx
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: zargs: Argument list too long
- Date: Fri, 1 Mar 2019 13:56:16 -0500
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mail-followup-to: gi1242+zsh@xxxxxxxxx, Zsh hackers list <zsh-workers@xxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Hi All,
When I do
zargs -n 1 -- arg1 arg2 arg3 -- echo
it works fine. But if I do
zargs -n 1 -- arg1 arg2 arg3 -- echo Argument:
I get an unfriendly error message
zargs: argument list too long
I thought I should have gotten:
Argument: arg1
Argument: arg2
Argument: arg3
instead. Did I miss something?
Thanks,
GI
--
'Economist' -- An expert who will know tomorrow why that which he
predicted yesterday didn't happen today.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author