zsh-workers
 help / color / mirror / code / Atom feed
* Re: xargs with functions
       [not found] ` <20141117184003.GH4048__19641.0627141178$1416250319$gmane$org@sym.noone.org>
@ 2014-11-17 20:26   ` Stephane Chazelas
  0 siblings, 0 replies; only message in thread
From: Stephane Chazelas @ 2014-11-17 20:26 UTC (permalink / raw)
  To: zsh-workers

2014-11-17 19:40:04 +0100, Axel Beckert:
[...]
> But zsh's zargs seems to support functions (but not aliases). Try this:
> 
> % autoload -U zargs
> % zargs -- * -- l ,s
[...]

Strictly speaking, to avoid issues with files called "--", you
should use:

zargs --eof= -- * '' my-function

Or as suggested by the manual:

zargs -e.. -- * .. my-function

-- 
Stephane


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-11-17 20:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <546A3D6A.4090609@eastlink.ca>
     [not found] ` <20141117184003.GH4048__19641.0627141178$1416250319$gmane$org@sym.noone.org>
2014-11-17 20:26   ` xargs with functions Stephane Chazelas

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).