home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1996 May / PCOnline_05_1996.bin / linux / source / ap / zsh / zsh-2.4 / zsh-2 / zsh-2.4.306 / help / repeat < prev    next >
Text File  |  1993-10-09  |  331b  |  9 lines

  1.               repeat word
  2.               do list
  3.               done   word is expanded and treated  as  an  arith-
  4.                      metic  expression,  which must evaluate to a
  5.                      number n.  list is then executed n times.
  6.  
  7.               repeat word sublist
  8.                      This is a short form of repeat.
  9.