home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Unix / Shells / zsh / Source / help / case < prev    next >
Encoding:
Text File  |  1993-10-08  |  455 b   |  10 lines

  1.               case word in [ pattern ) list ;; ] ...  esac
  2.                      Execute the list associated with  the  first
  3.                      pattern that matches word, if any.  The form
  4.                      of the patterns is the same as that used for
  5.                      filename  generation.   See Filename Genera-
  6.                      tion below.
  7.  
  8.               case word { [ pattern ) list ;; ] ...  }
  9.                      Another form of case.
  10.