Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh tips plea (tip of the day)
- X-seq: zsh-users 7757
- From: Vincent Lefevre <vincent@xxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: zsh tips plea (tip of the day)
- Date: Sat, 24 Jul 2004 13:23:51 +0200
- In-reply-to: <20040724042714.H326@willy_wonka>
- Mail-followup-to: zsh-users@xxxxxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <4100F8E4.2090501@xxxxxxxxxxx> <593082B4-DCFB-11D8-8D29-000502631FBD@xxxxxxxxxxxxxx> <20040724072247.GS7828@xxxxxxxxxxxxx> <20040724035803.X326@willy_wonka> <20040724081048.GU7828@xxxxxxxxxxxxx> <20040724042714.H326@willy_wonka>
- Sender: Vincent Lefevre <vincent@xxxxxxxxxx>
On 2004-07-24 04:32:28 -0400, Atom 'Smasher' wrote:
> i thought that's what xargs is for...
> $ echo {1..30000} | xargs ls
Except that
* xargs may be insecure, unless the option -0 is used;
* xargs can't always be used for every command;
* this requires more things to type (not important for scripts,
but this may be annoying when typing commands interactively).
--
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <http://www.vinc17.org/>
100% validated (X)HTML - Acorn / RISC OS / ARM, free software, YP17,
Championnat International des Jeux Mathématiques et Logiques, etc.
Work: CR INRIA - computer arithmetic / SPACES project at LORIA
Messages sorted by:
Reverse Date,
Date,
Thread,
Author