Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Lonely spacecowboy
- X-seq: zsh-users 11348
- From: Frank Terbeck <ft@xxxxxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: Lonely spacecowboy
- Date: Tue, 27 Mar 2007 20:53:43 +0200
- Cc: meino.cramer@xxxxxx
- In-reply-to: <20070327184457.GC4885@xxxxxxxxxxxxxxx>
- Mail-followup-to: zsh-users@xxxxxxxxxx, meino.cramer@xxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20070327175336.GA22601@solfire> <20070327184457.GC4885@xxxxxxxxxxxxxxx>
Stephane Chazelas <Stephane_Chazelas@xxxxxxxx>:
[...]
> while IFS= read -r line; do
> cmd -- $line
> -done
> +done < file.txt
I suppose you meant it like this.
So, this is just for completeness. :-)
Regards, Frank
--
In protocol design, perfection has been reached not when there is
nothing left to add, but when there is nothing left to take away.
-- RFC 1925
Messages sorted by:
Reverse Date,
Date,
Thread,
Author