Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: repeat indefinitely?



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