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

  1.        shift [ n ] [ name ... ]
  2.               The positional parameters from $n+1 ... are renamed
  3.               $1,  where  n  is  an  arithmetic  expression  that
  4.               defaults to 1.  If any names  are  given  then  the
  5.               arrays  with these names are shifted instead of the
  6.               positional parameters.
  7.