Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
shortloops for while?
- X-seq: zsh-users 12971
- From: "Richard Hartmann" <richih.mailinglist@xxxxxxxxx>
- To: "Zsh Users" <zsh-users@xxxxxxxxxx>
- Subject: shortloops for while?
- Date: Tue, 17 Jun 2008 15:42:12 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=Gm00NUKcs6NNdnjt5WCJE+B7S+Ga3DbzdAkq+V5notc=; b=bbzXwhd1fA4TbIl6Y9uBdMlPYKwy1PiDd7WummwPHfd2Kxx5WkUL98aS8sIXLzOPyC lsyMfi+2t5TXbUr6DaheND4bEEJrr7FpNtsHiZjjji70OI66QzVFmBlsBUPYbqET3CZZ AToYV9BZbKi55OYuDY7kYRb5XuebbNPt086aU=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=BHs4KC5G7SNQ6rXLIYkyCzrFmIQrSqRhSOv80eeDI41UVPi+oadokB0TrgSH3qVQ3k gB/Pf09useBtpHCaCni1lXRxqCcJGStxykdZi1dLGd3jHcZWAwPVFYgCJ/6AbcA1wREd Q5/dnMQw6UWMK8b5eYibY18U/MXdz5eVMKypg=
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Hi all,
I am using setopt shortloops, which allows me to do
for i in *; echo $i
Along the same lines, I would want to be able to do
while true; echo this is neat
Is there any reason this is not possible? Is it an oversight? Could
something like this be added at some point in the future?
Richard
Messages sorted by:
Reverse Date,
Date,
Thread,
Author