zsh-users
 help / color / mirror / code / Atom feed
* question about zargs
@ 2012-10-31 13:40 Han Pingtian
  2012-10-31 14:25 ` Peter Stephenson
  0 siblings, 1 reply; 7+ messages in thread
From: Han Pingtian @ 2012-10-31 13:40 UTC (permalink / raw)
  To: zsh-user

Hello,

I just learnt that there is a function 'zargs' which just like 'xargs'.
So why we need the 'zargs' as we have 'xargs' already? 

As a example, this works just fine with 'xargs':

    % print -N **/* | xargs -n1 -0 ls

But this one will cause "(eval):2: fork failed: cannot allocate memory"
error on my laptop:

    % zargs **/* -- ls

Thanks in advance.


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-11-01 15:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-31 13:40 question about zargs Han Pingtian
2012-10-31 14:25 ` Peter Stephenson
2012-10-31 16:30   ` Bart Schaefer
2012-10-31 22:32     ` Han Pingtian
2012-11-01  0:10       ` delete key :( Ray Andrews
2012-11-01 12:54         ` Peter Stephenson
2012-11-01 15:21           ` Ray Andrews

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).