Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
xargs (Re: zsh tips plea (tip of the day))
- X-seq: zsh-users 7766
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: xargs (Re: zsh tips plea (tip of the day))
- Date: Sat, 24 Jul 2004 21:54:19 -0700 (PDT)
- In-reply-to: <20040725004617.GA7828@xxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20040724042714.H326@willy_wonka> <20040724112351.GW7828@xxxxxxxxxxxxx> <slrncg4m98.4rs.mason@xxxxxxxxxxxxxxxxx> <20040725004617.GA7828@xxxxxxxxxxxxx>
- Reply-to: zsh-users@xxxxxxxxxx
Apparently no one has discovered Functions/Misc/zargs.
# This function works like GNU xargs, except that instead of reading lines
# of arguments from the standard input, it takes them from the command
# line. This is possible/useful because, especially with recursive glob
# operators, zsh often can construct a command line for a shell function
# that is longer than can be accepted by an external command.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author