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

  1.          a    -- Append command
  2.  
  3.               default range           syntax
  4.                           .           a
  5.  
  6.         "a" is for appending new lines of text after a given line.  If
  7.         no line number is typed before the "a", text will be  appended
  8.         after  the  current  line.  The last line appended becomes the
  9.         current line.  To signal the end of  the  appended  text,  you
  10.         type a "."  on a line by itself.  Control characters "f", "v",
  11.         "l",  and  "k"  work differently for "a" command than for "v".
  12.         "a:"  works as a one line append (i.e. anything following  the
  13.         colon is appended after the current line).
  14.  
  15.         To return to the command directory, type "hcomdir."
  16.         See also:  "hcc" (control characters) and "hc" (change).
  17.