home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume5 / rsed / rsedhelp < prev    next >
Encoding:
Text File  |  1989-02-03  |  1.1 KB  |  24 lines

  1.  
  2.   Keys             Action
  3.  ------          ---------
  4.  [0-9]  .........change the current line.
  5.    $    .........go to the bottom of the file.
  6.    ^    .........go to the top of the file.
  7. + or ;  .........advance to the next line.
  8.    -    .........backup to the previous line.
  9.    a    .........append text after the current line.
  10.    c    .........change (i.e. replace) the current line.
  11.    d    .........delete (i.e. remove) the current line.
  12. f or /  .........find and advance to a line with a specified string.
  13.    g    .........global replacement (entire file) of a string with another.
  14.    i    .........insert text before the current line.
  15.    n    .........advance to the next occurence of a string (re: f option)
  16.    p    .........print (i.e. display) the current line.
  17.    q    .........quit the editor.
  18.    s    .........search and replace a string on the current line.
  19.    w    .........write out all changes.
  20.    P    .........asks for and then prints a range of lines.
  21.    ?    .........display this file.
  22.  
  23. Note: input(s) can be ended or aborted by entering a '.' on a line by itself.
  24.