home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume4 / se / part7 / se_h / arg2 < prev    next >
Encoding:
Text File  |  1986-11-30  |  917 b   |  17 lines

  1.                                Arguments (cont)
  2.  
  3.         Once the terminal type  is  established,  the  remaining  arg-
  4.         uments  are  interpreted  thus:  if the argument begins with a
  5.         "-", the rest of it is interpreted as though it appeared after
  6.         the "o" in an option command.  For  example,  an  argument  of
  7.         "-w10"  acts  as  a command "ow10".  On the other hand, if the
  8.         argument does not begin with "-", it is interpreted as a  file
  9.         name  (path-  name).   The  named  file  is read into the edit
  10.         buffer, and its name becomes the  remembered  file  name.   If
  11.         more  than one file is named, the edit buffer will contain the
  12.         contents of all the files.  If  an  error is encountered while
  13.         interpreting arguments (file not found, illegal  option),  the
  14.         remainder will be ignored.
  15.  
  16.         For invoking command syntax, type "hargs".
  17.