Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Zsh noob: word-splitting headache
- X-seq: zsh-users 8332
- From: <kynn@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: Zsh noob: word-splitting headache
- Date: Tue, 4 Jan 2005 16:35:36 -0500 (EST)
- In-reply-to: <20050104211025.GA27698@xxxxxxxxxxx> (message from Clint Adams on Tue, 4 Jan 2005 16:10:25 -0500)
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <200501042103.j04L3KU19128@xxxxxxxxxxxxxxxx> <20050104211025.GA27698@xxxxxxxxxxx>
Date: Tue, 4 Jan 2005 16:10:25 -0500
From: Clint Adams <clint@xxxxxxx>
> for i in `foo`
> do something with $i
> done
for i in ${(f)"$(foo)"}
do something with $i
done
What a godsend! Thanks!
kj
Messages sorted by:
Reverse Date,
Date,
Thread,
Author