Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: repeat indefinitely?
- X-seq: zsh-users 13379
- From: Ali Polatel <polatel@xxxxxxxxx>
- To: sam reckoner <sam.reckoner@xxxxxxxxx>
- Subject: Re: repeat indefinitely?
- Date: Wed, 22 Oct 2008 21:41:48 +0300
- Cc: zsh-users@xxxxxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=szixcUhI7lNP+7/7ISfi68AwrU93+0gsaD88GaxtEBg=; b=EuVuDFhJBthp1L/8QPcM/1DicdVTDKsqU3dvcde1rul9IMi5AR7SBMSujZboxShRY9 dNzPAx9bAo+rbYBGZHGXSTjI26WJ0g+YFZ/suFb+LjFdf3NHvOJ9PwMrsSrmm/jSFaDQ iAE7y8lPLthnOOFN8CktyQfue3h3BdDHlhY4Y=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=AmxvlQ4LcKe90wbIq+/H+7PMcM18qDxV6h7RfLAhZybf1hwTjXzjliqt3FC1MqScR7 6kh9cCU8h82TH4FyYgn4BvXMYIjEkBpEAEf9T0bA5jzMYWteCe3LV5YXgnTDpkYmxa4z JDqIOOAJ2ANZyr8h3K7t3i96ayVtUVnu2B9yo=
- In-reply-to: <6a42eec70810221134n9358e20u1bdb272a4bfc6291@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <6a42eec70810221134n9358e20u1bdb272a4bfc6291@xxxxxxxxxxxxxx>
sam reckoner yazmış:
> instead of:
>
> % repeat 1000;do; something; done
>
> is it possible to do
>
> % repeat Infinity; do ; something; done
>
> and then kill it with Ctrl+C or something?
>
> thanks.
>
while true; do ; something; done
--
Regards,
Ali Polatel
Attachment:
pgpoIRgYmLwpb.pgp
Description: PGP signature
Messages sorted by:
Reverse Date,
Date,
Thread,
Author