From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14925 invoked by alias); 11 Apr 2012 10:12:17 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 30387 Received: (qmail 20874 invoked from network); 11 Apr 2012 10:12:16 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED,RCVD_IN_DNSWL_LOW, T_DKIM_INVALID autolearn=no version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.214.43 as permitted sender) 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== Date: Wed, 11 Apr 2012 11:06:42 +0100 From: Stephane Chazelas To: Frank Terbeck Cc: "zsh-workers@zsh.org" Subject: Problems with zargs (Was: xargs should be a builtin) Message-ID: <20120411100642.GA8180@chaz.gmail.com> Mail-Followup-To: Frank Terbeck , "zsh-workers@zsh.org" References: <0363642A-FD71-4DEE-8284-D7E72EAC8AD0@Yost.com> <87k41mr9u7.fsf@ft.bewatermyfriend.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <87k41mr9u7.fsf@ft.bewatermyfriend.org> User-Agent: Mutt/1.5.21 (2010-09-15) 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