Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Problems with zargs (Was: xargs should be a builtin)
- X-seq: zsh-workers 30387
- From: Stephane Chazelas <stephane.chazelas@xxxxxxxxx>
- To: Frank Terbeck <ft@xxxxxxxxxxxxxxxxxxx>
- Subject: Problems with zargs (Was: xargs should be a builtin)
- Date: Wed, 11 Apr 2012 11:06:42 +0100
- Cc: "zsh-workers@xxxxxxx" <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition :content-transfer-encoding:in-reply-to:user-agent; bh=/8C3NvRyOjB4YD5ivEPt1ANhaEMrwlXV7FWUuQgIsHs=; b=OauXvFXTRNZhJlAR0yNkAvs7KdycJkc4avQX+/Aku0PM4JHdxrI2k0cpQG/C0gsBo+ 03wxEPjV0DSom5Nr9CMzgXi8h4R9+ryGqXvaaVQWMtypIj3Xh9YCnmSJ+YL2nxoIpuLj 4qyS8bQIrdCQdc9qDMNotO0GH4DYltA2w0rPNWL++jcxksKvOwc3GY5i5m7Yp/5ZN6DP rp9fG3hSez9uqC6r3lWPyjSwP5iIl7xesKUsWl2qg2FviYMKJluFB37D7w8bC0DOkezd jFmzHZer6FlL/mFs7jt1aVQP5hB/X4/HjODWwTC+q9xrZvvQUiWu3ED21iJWBCgmylNa aHlQ==
- In-reply-to: <87k41mr9u7.fsf@ft.bewatermyfriend.org>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mail-followup-to: Frank Terbeck <ft@xxxxxxxxxxxxxxxxxxx>, "zsh-workers@xxxxxxx" <zsh-workers@xxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <0363642A-FD71-4DEE-8284-D7E72EAC8AD0@Yost.com> <87k41mr9u7.fsf@ft.bewatermyfriend.org>
2012-04-11 09:44:48 +0200, Frank Terbeck:
> Dave Yost wrote:
> > Many’s the time I’ve wanted to use it to invoke a shell function.
>
> autoload -Uz zargs
> man zshcontrib | less -p '^ *zargs *\['
[...]
By the way, there seems to be some issues with zargs:
~$ zargs a b '' -- print -rl
a
b
~$ zargs a -- print -rl ''
a
~$ zargs -e a '' print -rl
a print -rl
~$ zargs --eof= a '' print -rl
a
~$ echo $ZSH_VERSION $ZSH_PATCHLEVEL
4.3.17 Debian
--
Stephane
Messages sorted by:
Reverse Date,
Date,
Thread,
Author