Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
2 more questions
- X-seq: zsh-users 690
- From: Uli Zappe <uli@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxxxxxxx
- Subject: 2 more questions
- Date: Fri, 21 Feb 97 12:28:36 +0100
Hi,
sorry I have to bother you yet again, but I have two more problems
left that I couldn't solve with the zsh documentation:
1. Is there a way in zsh to pass the standard output to a parameter
instead of the standard input of a command? I.e. I have
command1 | command2 parameter
and need the output of command1 as the parameter for command2
2. How do I pipe the elements of an array into a command? If I do a
echo $ARRAY | command
the elements are separated only by whitespace instead of newlines
which will not work correctly especially if the elements possibly
contain whitespace themselves. It works, of course, with a for-do
loop but that's not efficient enough.
Thank you very much for every hint!
Bye
Uli
______________________________________________________________________
Uli Zappe E-Mail: uli@xxxxxxxxxxxxxxxxxxxxxxxxxxxx
(NeXTMail,Mime,ASCII) PGP on request
Lorscher Strasse 5 WWW: -
D-60489 Frankfurt Fon: +49 (69) 9784 0007
Germany Fax: +49 (69) 9784 0042
staff member of NEXTTOYOU - the German NEXTSTEP/OPENSTEP magazine
______________________________________________________________________
Messages sorted by:
Reverse Date,
Date,
Thread,
Author