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

repeat indefinitely?



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.



Messages sorted by: Reverse Date, Date, Thread, Author