Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
read stdin in variable howto ?
- X-seq: zsh-users 9865
- From: Marc Chantreux <marc.chantreux@xxxxxxxxxxxxxxxxxx>
- To: zsh-users <zsh-users@xxxxxxxxxx>
- Subject: read stdin in variable howto ?
- Date: Tue, 31 Jan 2006 10:28:13 +0100
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
hi all,
is there a way to use $(<) to read stdin ? it will be great for write
something like
for arg ( ${(f)"$(<)"} $@ ) treat_arg $arg
regards
mc
Messages sorted by:
Reverse Date,
Date,
Thread,
Author