home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Unix / Shells / zsh / Source / help / repeat < prev    next >
Encoding:
Text File  |  1993-10-08  |  331 b   |  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.