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 / vared < prev    next >
Text File  |  1993-10-09  |  645b  |  11 lines

  1.        vared [ -c ] [ -p prompt ] [ -r rprompt ] name
  2.               The value of the parameter name is loaded into  the
  3.               edit  buffer, and the line editor is invoked.  When
  4.               the editor exits, name is set to the  string  value
  5.               returned  by  the  editor.  If the -c flag is given
  6.               the parameter is  created  if  it  doesn't  already
  7.               exist.   If  the  -p  flag  is  given the following
  8.               string will be taken as the prompt  to  display  at
  9.               the  left and if the -r flag is given the following
  10.               string gives the prompt to display at the right.
  11.