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

repeat count?



Is it possible to get the pass number of a repeat loop from within
the loop, or is it necessary to use a hand written counter?

  repeat 10; do
    echo "pass number ???"
  done

Ciao

Dominik ^_^  ^_^

--

Dominik Vogt




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