Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Problems with zargs (Was: xargs should be a builtin)



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