home *** CD-ROM | disk | FTP | other *** search
/ norge.freeshell.org (192.94.73.8) / 192.94.73.8.tar / 192.94.73.8 / pub / computers / pdp10 / tops-10 / sedonl.hlp < prev    next >
Text File  |  1995-04-05  |  20KB  |  653 lines

  1. enter   [1st col STD]  |  $$  |  ent    | pick text           |  ^v  |  white  |
  2. reset   [2nd col Z19]  |$SPACE|  k-.    | put text            |  ^g  |   red   |
  3.                        |      |         | search forward/back |^r/^e | ^f/^d   |
  4. up/down                |^k/^j |  */*    | substitute          |  $s  |   ^e    |
  5. right/left             |^l/^h |  */*    |                     |      |         |
  6. home                   |  $h  |  home   | rewrite screen      |  $#  |  s-1    |
  7. carriage-return        | ret  |  ret    | tab set             | $tab |   ^t    |
  8. tab/backtab            |tab/^u| tab/^u  | save file           |  $b  |  s-9    |
  9. up/down tab            |^^/^_ | s-8/s-2 | set file            |  ^b  |   ^b    |
  10. move to begin/end line |$,/$. | s-4/s-6 | window              |  $w  |  s-7    |
  11.                        |      |         | real tab            |  $t  |  k-0    |
  12. roll forward/back lines|^t/^w | f3/f2   | enter ctrl-char     |  ^o  |   ^o    |
  13. roll forward/back pages|^y/^q | f4/f1   | case                |  $c  |  s-3    |
  14. jump start-end line    |  $j  |  n/a    |                     |      |         |
  15. percent goto           |  ^p  |  ^p     | help                |  $?  |   f5    |
  16. slide right/left       |$r/$l | ^r/^l   | mark                |  $m  |  s-5    |
  17.                        |      |         | justify             |  $f  |   ^j    |
  18. insert/delete char.    |^a/^s |k-7/k-9  | recall              |  $e  | s-ERASE |
  19. insert/delete lines    |^d/^f |k-1/k-3  | marker              |  $k  |   ^k    |
  20. toggle insert mode     |  $i  |  blue   | switch              |  ^n  |   ^n    |
  21. delete prev. char.     |DEL,$d| DEL,BKSP| execute             |  ^x  |   ^x    |
  22. delete previous word   |  $-  |   ^w    |                     |      |         |
  23. delete to end of line  |  $/  |  erase  | exit/abort          |^z/^c | ^z/^c   |
  24.  
  25. The <RESET> command (^RS)
  26.  
  27. Cancels an entered parameter, resets the cursor position, rewrites a
  28. single line, or re-does the entire screen. <RESET> is useful if you don't
  29. trust what you see.
  30.  
  31. Also, it's useful to be able to cancel a parameter you really don't want.
  32.  
  33. Type:
  34.  
  35. <RESET>         to cancel a parameter
  36. <RESET>         to re-position the cursor
  37. <ENTER><RESET>  to re-write the line the cursor is on
  38. <ENTER>^<RESET> to re-do the entire screen
  39.  
  40. The <INSERT-SPACES> command (^IS)
  41.  
  42. Inserts spaces (to add a string, see <PUT>) starting at the cursor
  43. position. Type:
  44.  
  45. <ENTER>n<INSERT-SPACES>    to insert n spaces
  46. <INSERT-SPACES>            to insert the same number of spaces as last time
  47.  
  48. Special feature: RECTANGULAR <INSERT-SPACES>. Type <ENTER>, then move the
  49. cursor so the starting and ending cursor positions form the opposite
  50. corners of a rectangle. Then type <INSERT-SPACES>. The area inside the
  51. rectangle will be filled up with spaces.
  52.  
  53. Related command: <DELETE-SPACES>
  54.  
  55. The <SET-FILE> command (^FL)
  56.  
  57. Saves the current file and gets another one. Type:
  58.  
  59. <ENTER>filespecs<SET-FILE>   to start editing the given file
  60. <ENTER>filespecs=<SET-FILE>  to create and start editing the given file
  61. <SET-FILE>                   to get back to the last file you edited
  62.  
  63. All switches can be included with the filespecs. See the <SWITCH> command.
  64.  
  65. <SET-FILE>-specific switches:
  66.   /AGAIN /CREATE /EXT: /GOTO: /GREAD /ID
  67.   /OUT:  /QUICK  /RCUR /READ  /STRIP /WRITE.
  68.  
  69. Related command: <RECALL>
  70.  
  71. The <ABORT> command (^AB)
  72.  
  73. Exits SED and forgets all changes you have made to the current file.
  74.  
  75. Related command: <EXIT>
  76.  
  77. The <INSERT-LINES> command (^IL)
  78.  
  79. Inserts blank lines at the cursor position. Type:
  80.  
  81. <ENTER>n<INSERT-LINES>       to insert n blank lines
  82. <INSERT-LINES>               to insert the same number as last time
  83.  
  84. Note: typing <INSERT-LINES> in the middle of a line will break the
  85. line in two.
  86.  
  87. Related command: <DELETE-LINES>
  88.  
  89. The <SEARCH-BACKWARD> command (^SB)
  90.  
  91. Searches the file for the given key, from the cursor position back
  92. to the beginning of the file. Type:
  93.  
  94. <ENTER>key<SEARCH-BACKWARD>   to search for "key"
  95. <SEARCH-BACKWARD>             to search for the same key as last time
  96.  
  97. Switch: /CASE (/NOCSE makes searches case-dependent (-independent)
  98.  
  99. Related commands: <SEARCH-FORWARD>, <RECALL>
  100.  
  101. The <DELETE-LINES> command (^DL)
  102.  
  103. Deletes lines at the cursor position. Type:
  104.  
  105. <ENTER>n<DELETE-LINES>       to delete n lines
  106. <DELETE-LINES>               to delete the same number as last time
  107.  
  108. Note: typing <DELETE-LINES> in the middle of a line will join part of that
  109. line with a line beneath and delete the stuff in between (try it).
  110.  
  111. Deleted stuff is recoverable by typing <ENTER><PUT>. The stuff can be put
  112. anywhere, as many times as desired.
  113.  
  114. Related commands: <INSERT-LINES>, <PUT>, <MARK>
  115.  
  116. The <PUT> command (^PT)
  117.  
  118. Inserts the contents of the pick or close buffer into the file. <PUT> is
  119. also used to insert a short string of text. The pick buffer is loaded
  120. using the <PICK> command; the close buffer is loaded by the <DELETE-LINES>
  121. command. The buffers can be <PUT> as often as desired. Type:
  122.  
  123. <PUT>                     to PUT the pick buffer
  124. <ENTER><PUT>              to PUT the close buffer
  125. <ENTER>string<PUT>        to PUT the given string
  126.  
  127. Related commands: <PICK>, <DELETE-LINES>, <INSERT-MODE>, <MARK>
  128.  
  129. The <CURSOR-LEFT> command (^CL)
  130.  
  131. Moves the cursor to the left.
  132. In a parameter, erases the latest character typed.
  133.  
  134. Related commands: <CURSOR-UP>, <CURSOR-DOWN>, <CURSOR-RIGHT>, <CURSOR-HOME>,
  135.   <RETURN>, <TAB>, <BACKTAB>
  136.  
  137. The <TAB> command (^TB)
  138.  
  139. Moves the cursor to the next tab stop. Has no effect on the file.
  140.  
  141. Tabs are normally set every 8 positions, but they can be made every
  142. n spaces apart by typing
  143.  
  144. <ENTER>T:n<SWITCH>
  145.  
  146. Also, tabs can be set to be the start of each word by typing
  147.  
  148. <ENTER>NOT<SWITCH>
  149.  
  150. Related commands: <BACKTAB>, <REAL-TAB>, <SWITCH>
  151.  
  152. The <CLEAR-LINE> command (^LF)
  153.  
  154. Blanks out the line which the cursor moves to.
  155.  
  156. The <SLIDE-LEFT> command (^SL)
  157.  
  158. Moves the viewing window left. Type
  159.  
  160. <ENTER>n<SLIDE-LEFT>      to move the window left n columns
  161. <SLIDE-LEFT>              to move the same number of columns as last time
  162.  
  163. Related command: <SLIDE-RIGHT>
  164.  
  165. The <SLIDE-RIGHT> command (^SR)
  166.  
  167. Moves the viewing window right. Type
  168.  
  169. <ENTER>n<SLIDE-RIGHT>     to move the window right n columns
  170. <SLIDE-RIGHT>             to move the same number of columns as last time
  171.  
  172. Related command: <SLIDE-LEFT>
  173.  
  174. The <CARRIAGE-RETURN> command (^RT)
  175.  
  176. Moves the cursor to the start of the next line. If the cursor starts on
  177. the bottom line, the screen is rolled up a line.
  178.  
  179. The switch /NOROLL will cause a <RETURN> on the bottom line to move the
  180. cursor to the top line, without rolling.
  181.  
  182. In insert mode <CARRIAGE-RETURN> will insert a blank line at the cursor
  183. position if /ICR is set (which is the default). /NOICR causes the cursor
  184. just to move to the start of the next line.
  185.  
  186. Related command: <INSERT-MODE>
  187.  
  188. The <SWITCH> command (^SW)
  189.  
  190. To:               Type:
  191.  get file status    <SWITCH>
  192.  get parm settings  <ENTER><SWITCH>
  193.  set a switch       <ENTER>switch<SWITCH>
  194.  un-set a switch    <ENTER>NOswitch<SWITCH>
  195.  
  196. Switches:
  197.  
  198. AGAIN ALT     APPND  BACKU  BEEP   CASE   CREATE DTABS   DELIM  EXT:e
  199. FENCE FILL    GOTO:n GREAD  HELP   ICR    ID:s,s IMODE   INVRT  ISAVE:n
  200. ITABS JOURN   JPRE:s LENG:n LMAR:n MESSA  OUT:f  PAGE    PIND:n PROG:a
  201. QUICK RAISE   RCUR   READ   RECOV  RESET  RMAR:n ROLL    SAVE:n SCROLL:n
  202. SHOW  SLIDE:n STRIP  TABS:n TRAIL  TSET:n UPPER  WIDTH:n WRITE  X  Z:tty
  203.  
  204. Switches can be abbreviated.
  205.  
  206. The <ENTER-CONTROL-CHARACTER> command (^EC)
  207.  
  208.   Makes the next character typed be a control character. Can be used in
  209. parameters or in normal typing. If a command follows the <ENTER-CONTROL-
  210. CHARACTER>, the <E-C-C> is ignored.
  211.  
  212. The <PERCENT-GOTO> command (^GO)
  213.  
  214. Moves the viewing window to be the given percent through the file. This
  215. command is very fast, so it is useful if you have some idea of where
  216. you want to be. Type:
  217.  
  218. <ENTER>n<PERCENT-GOTO>    to go n% through the file
  219. <ENTER><PERCENT-GOTO>     to go to the end of the file (100%)
  220. <PERCENT-GOTO>            to go to the same percent as last time
  221.  
  222. Also, percent can be set up when running SED or doing a <SET-FILE>
  223. by using the /GOTO:nn switch.
  224.  
  225. Related commands: <ROLL-FORWARD-PAGES>, <ROLL-BACK-PAGES>,
  226.   <ROLL-FORWARD-LINES>, <ROLL-BACK-LINES>
  227.  
  228. The <ROLL-BACK-PAGES> command (^RBP)
  229.  
  230. Backs up the viewing window by the given number of pages. A page is however
  231. many lines there are on the screen. Type:
  232.  
  233. <ENTER>n<ROLL-BACK-PAGES>    to roll back n pages
  234. <ROLL-BACK-PAGES>            to roll the same number of pages as last time
  235.  
  236. Related commands: <ROLL-FORWARD-PAGES>, <ROLL-FORWARD-LINES>,
  237.   <ROLL-BACK-LINES>, <PERCENT-GOTO>
  238.  
  239. The <SEARCH-FORWARD> command (^SF)
  240.  
  241. Searches the file for the given key, from the cursor position forward
  242. to the end of the file. Type:
  243.  
  244. <ENTER>key<SEARCH-FORWARD>    to search for "key"
  245. <SEARCH-FORWARD>              to search for the same key as last time
  246.  
  247. Switch: /CASE (/NOCASE) makes searches case-dependent (-independent)
  248.  
  249. Related commands: <SEARCH-BACKWARD>, <RECALL>
  250.  
  251. The <DELETE-SPACES> command (^DS)
  252.  
  253. Deletes characters or spaces starting at thecuror position. Type:
  254.  
  255. <ENTER>n<DELETE-SPACES>      to delete n spaces
  256. <DELETE-SPACES>              to delete the same number of spaces as last time
  257.  
  258. Special feature: RECTANGULAR <DELETE-SPACES>. Type <ENTER>, then move the
  259. cursor so the starting and ending cursor positions form the opposite
  260. corners of a rectangle. Then type <DELETE-SPACES>. The area inside the
  261. rectangle will be deleted from the file.
  262.  
  263. Related command: <INSERT-SPACES>
  264.  
  265. The <ROLL-FORWARD-LINES> command (^RFL)
  266.  
  267. Advances the viewing window by the given number of lines.
  268.  
  269. <ENTER>n<ROLL-FORWARD-LINES> to roll forward n lines
  270. <ROLL-FORWARD-LINES>         to roll the same number of lines as last time
  271.  
  272. Related commands: <ROLL-FORWARD-PAGES>, <ROLL-BACK-PAGES>, <ROLL-BACK-LINES>,
  273.   <PERCENT-GOTO>
  274.  
  275. The <BACKTAB> command (^BT)
  276.  
  277. Moves the cursor to the previous tab stop.
  278. In a parameter <BACKTAB> deletes the latest word typed.
  279.  
  280. Tabs are normally set every 8 positions, but they can be made every n
  281. spaces apart by typing
  282.  
  283. <ENTER>T:n<SWITCH>
  284.  
  285. Also, tabs can be set to be the start of each word by typing
  286.  
  287. <ENTER>NOT<SWITCH>
  288.  
  289. Related commands: <TAB>, <SWITCH>
  290.  
  291. The <PICK> command (^PK)
  292.  
  293. Loads the pick buffer with stuff from the file so that stuff can be
  294. inserted somewhere else. Does not delete from the file.
  295.  
  296. The pick buffer is dumped using the PUT command. Just move where you
  297. want it and type <PUT>. The buffer can be put as often as desired.
  298.  
  299. The /APPND switch causes successive <PICK>s to append to the buffer
  300. rather than overwrite it.
  301.  
  302. Related commands: <PUT>, <DELETE-LINES>, <MARK>
  303.  
  304. The <ROLL-BACK-LINES> command (^RBL)
  305.  
  306. Backs up the viewing window by the given number of lines.
  307.  
  308. <ENTER>n<ROLL-BACK-LINES>    to roll back n pages
  309. <ROLL-BACK-LINES>            to roll the same number of pages as last time
  310.  
  311. Related commands: <ROLL-FORWARD-PAGES>, <ROLL-BACK-PAGES>,
  312.   <ROLL-FORWARD-LINES>, <PERCENT-GOTO>
  313.  
  314. The <EXECUTE> command (^EX)
  315.  
  316. Allows you to store a sequence of commands and iterate it any number of
  317. times. You can also use execute buffers to write your own metacommands,
  318. which can be called in the same way as normal editor commands.
  319.  
  320. S<name>   set
  321. W<seq>    write
  322. B<seq>    connect to button
  323. R<name>   read (switch format)
  324. L<name>   list (W format)
  325. N         display names
  326. K<name>   kill
  327. Xn:<seq>  write <seq>; execute it n times
  328. @<file>   read from disk
  329. <nothing> open active buffer
  330. <number>  execute n times
  331.  
  332. /SHOW causes executes to display as they happen.
  333. /NOSHOW updates the screen only at the end.
  334.  
  335. The <ROLL-FORWARD-PAGES> command (^RFP)
  336.  
  337. Advances the viewing window by the given number of pages. A page is however
  338. many lines there are on the screen. Type:
  339.  
  340. <ENTER>n<ROLL-FORWARD-PAGES>    to roll forward n pages
  341. <ROLL-FORWARD-PAGES>            to roll the same number of pages as last time
  342.  
  343. Related commands: <ROLL-BACK-PAGES>, <ROLL-FORWARD-LINES>,
  344.   <ROLL-BACK-LINES>, <PERCENT-GOTO>
  345.  
  346. The <EXIT> command (^XT)
  347.  
  348. Saves the file being edited and exits to the monitor. Type:
  349.  
  350. <EXIT>                    to save and exit
  351. <ENTER><EXIT>             to save, exit, and run COMPIL
  352.  
  353. The switch /BACK will cause the pre-edited file to be given the extension
  354. .BAK. /NOBAK will cause no backup file to be made.
  355.  
  356. Related command: <ABORT>
  357.  
  358. <ENTER-PARAMETER> ($)
  359.  
  360. This command tells SED that what you are about to type is a parameter to
  361. be used by the coming command, and not text to go in the file.
  362.  
  363. The general format for all commands is:
  364.  
  365.         <ENTER>parameter<COMMAND>
  366. or      <COMMAND>                    to use the same parameter as last time.
  367.  
  368. The <CURSOR-DOWN> command (^CD)
  369.  
  370. Moves the cursor down.
  371.  
  372. Related commands: <CURSOR-UP>, <CURSOR-LEFT>, <CURSOR-RIGHT>, <CURSOR-HOME>,
  373.   <RETURN>, <TAB>, <BACKTAB>
  374.  
  375. The <CURSOR-RIGHT> command (^CR)
  376.  
  377. Moves the cursor to the right.
  378.  
  379. Related commands: <CURSOR-UP>, <CURSOR-DOWN>, <CURSOR-LEFT>, <CURSOR-HOME>,
  380.   <RETURN>, <TAB>, <BACKTAB>
  381.  
  382. The <CURSOR-UP> command (^CU)
  383.  
  384. Moves the cursor up.
  385.  
  386. Related commands: <CURSOR-DOWN>, <CURSOR-LEFT>, <CURSOR-RIGHT>, <CURSOR-HOME>,
  387.   <RETURN>, <TAB>, <BACKTAB>
  388.  
  389. The <CURSOR-HOME> command (^CH)
  390.  
  391. Moves the cursor home, that is, to the upper left corner of the
  392. screen.
  393.  
  394. Related commands: <CURSOR-UP>, <CURSOR-DOWN>, <CURSOR-LEFT>, <CURSOR-RIGHT>,
  395.   <RETURN>, <TAB>, <BACKTAB>
  396.  
  397. The <RECALL> command (^RC)
  398.  
  399. Makes SED think you typed the latest parameter again. The parameter can
  400. be changed, if you want, and used as the parameter to any command as if
  401. you typed it from scratch.
  402.  
  403. You can also recall certain things using one-letter parameters:
  404.  
  405.   F  Filespecs
  406.   A  Alternate Filespecs
  407.   S  Search Key
  408.   O  Previous (Old) Search Key
  409.   R  Substitute String
  410.  
  411. For example, type <ENTER>S<RECALL> to recall the search key.
  412.  
  413. The <INSERT-MODE> command (^IN)
  414.  
  415. Toggles between replace and insert mode. In replace mode characters typed
  416. go over the ones in the file; in insert mode the new characters are put in
  417. the file and the rest of the line is moved to the right.
  418.  
  419. Mistakes can be erased using <DELETE-CHARACTER>.
  420.  
  421. The switch /ICR (/NOICR) will cause (not cause) a new line to be inserted
  422. in  the file when you type a carriage return.
  423.  
  424. The switch /BEEP will make the terminal beep once when entering insert
  425. mode, twice when exiting, and not put the message on the bottom line.
  426.  
  427. Related commands: <DELETE-CHARACTER>, <ERASE-WORD>, <PUT>
  428.  
  429. The <DELETE-CHARACTER> command (^DC)
  430.  
  431. Deletes the character to the left of the cursor. The remainder of
  432. the line is moved to the left. <DELETE-CHARACTER> can be used along
  433. with <INSERT-MODE> to correct typos.
  434.  
  435. Related commands: <INSERT-MODE>, <DELETE-SPACES>
  436.  
  437. The <REAL-TAB> command (^TA)
  438.  
  439. Puts a real tab in the file. Can be used in insert or replace mode,
  440. or as part of a parameter.
  441.  
  442. Note that the <REAL-TAB> command alters the file, whereas the <TAB> command
  443. merely positions the cursor.
  444.  
  445. The <MARK> command (^MK)
  446.  
  447. Marks the current cursor position. You can then move the cursor to any other
  448. position, using any command which does not alter the file, and then type
  449. <PICK> (or <DELETE-LINES>) to load the pick (delete) buffer.
  450.  
  451. The <MARK> command thus allows arbitrarily large cursor-movement picks and
  452. closes.
  453.  
  454. The mark can be canceled by typing <ENTER><MARK>. This will re-display the
  455. screen the way it was when you <MARK>ed it.
  456.  
  457. Related commands: <PICK>, <DELETE-LINES>, <PUT>, <MARKER>
  458.  
  459. The <LINE> command (^LN)
  460.  
  461. <LINE> moves to the beginning of the line if the cursor is not already
  462. at the beginning.
  463.  
  464. If the cursor is at the beginning of the line, <LINE> moves it to the
  465. end of the line.
  466.  
  467. Related commands: <INSERT-MODE>, <CARRIAGE-RETURN>, <TAB>, <BACKTAB>
  468.  
  469. The <CASE> command (^CS)
  470.  
  471. <CASE> changes the case of the character(s) at the cursor.
  472.  
  473. If the /INVRT switch is set then the case is inverted.
  474.  
  475. If /NOINVRT is set then:
  476.   If the /RAISE switch is set and the character is lower case,
  477.     it will be made upper case.
  478.  
  479.   If the /NORAISE switch is set and the character is upper case,
  480.     it will be made lower as.
  481.  
  482. Characters which are not letters are not affected by <CASE>.
  483.  
  484. Related commands: <SWITCH>
  485.  
  486. The <WINDOW> command (^WI)
  487.  
  488. <WINDOW> allows two files to be displayed on the screen at the same time.
  489. One file appears on the top half of the screen, the other on the bottom.
  490.  
  491. Type <WINDOW> to divide the screen into two windows.
  492.  
  493. Use <SET-FILE> to toggle between windows and files.
  494.  
  495. Type <ENTER><WINDOW> to go back to normal.
  496.  
  497. Related commands: <SET-FILE>
  498.  
  499. The <ERASE-LINE> command (^EL)
  500.  
  501. <ERASE-LINE> erases all characters from the cursor position to the
  502. end of the line.
  503.  
  504. If you are entering a parameter, <ERASE-LINE> will clear whatever you've
  505. typed and let you start again.
  506.  
  507. Related commands: <DELETE-SPACES>, <DELETE-CHARACTER>
  508.  
  509. The <TAB-SET> command (^TS)
  510.  
  511. Type:
  512.  
  513. <TAB-SET>         to set a tab stop at the column where the cursor is.
  514. <ENTER><TAB-SET>  to clear the tab at the cursor.
  515. <ENTER>C<TAB-SET> to clear all tabs.
  516. <ENTER>D<TAB-SET> to display a ruler and the tab settings on the bottom line
  517.  
  518. To enable user-settable tabs, type <ENTER>T:S<SWITCH>. You can also
  519. set up tabs to be every <n> columns or at the start of each word. See
  520. the <TAB> command.
  521.  
  522. Related commands: <TAB>, <BACKTAB>, <SWITCH>
  523.  
  524. The <UP-TAB> command (^UT)
  525.  
  526. Moves the cursor up 6 lines, the same as if you typed 6 <CURSOR-UP>s.
  527.  
  528. Related commands: <DOWN-TAB>, <CURSOR-UP>, <CURSOR-DOWN>
  529.  
  530. The <DOWN-TAB> command (^DT)
  531.  
  532. Moves the cursor down 6 lines, the same as if you typed 6 <CURSOR-DOWN>s.
  533.  
  534. Related commands: <UP-TAB>, <CURSOR-UP>, <CURSOR-DOWN>
  535.  
  536. The <REWRITE> command (^RW)
  537.  
  538. Rewrites the screen.
  539.  
  540. Related commands: <RESET>
  541.  
  542. The <SAVE> command (^SV)
  543.  
  544. Saves the current file.
  545.  
  546. Related commands: <EXIT>, <ABORT>, <SWITCH>
  547.  
  548. The <HELP> command (^HL)
  549.  
  550. Gives help. You're getting it now. Typing the key (or sequence)
  551. for any command will give a screenful of information about that
  552. command. For a list of which keys invoke which commands see
  553. the tutorial guide DOC:SED.MAN or the reference manual DOC:SED.DOC.
  554.  
  555. <ENTER><HELP> will recover the stuff deleted by the latest
  556.   <DELETE-SPACES>, <ERASE-LINE>, <ERASE-WORD>, or
  557.   <DELETE-CHARACTER> command.
  558.  
  559. The <BEGIN-LINE> command (^LB)
  560.  
  561. Moves the cursor to the beginning of the line it is on.
  562.  
  563. Related commands: <END-LINE>, <LINE>
  564.  
  565. The <END-LINE> command (^LE)
  566.  
  567. Moves the cursor to the end of the line it is on.
  568.  
  569. Related commands: <BEGIN-LINE>, <LINE>
  570.  
  571. The <ERASE-WORD> command (^EW)
  572.  
  573. Erases the word directly before the cursor. If the cursor is at the start
  574. of the line <ERASE-WORD> will erase the last word of the previous line.
  575.  
  576. Related commands: <DELETE-CHARACTER>, <DELETE-SPACES>, <ERASE-LINE>
  577.  
  578. The <PUSH> command (^PU)
  579.  
  580. On TOPS-20 systems, forks a process and runs the exec. Popping the exec
  581. returns to the editing session.
  582.  
  583. Related commands: <EXIT>, <ABORT>
  584.  
  585. The <SUBSTITUTE> command (^SU)
  586.  
  587. Searches forward for the search key and substitutes the substitute string.
  588. Loops a given number of times. Parameters are
  589.  
  590. Sstring1        Set search key
  591. Rstring2        Set substitute string
  592. number          Set number of iterations
  593.  
  594. Some or all of these parameters can appear in a single command, for example:
  595.  
  596.         <ENTER>Sfoo<ENTER>Rbar<ENTER>15<SUBSTITUTE>
  597.  
  598. substitutes "bar" for "foo" 15 times.
  599.  
  600. Related commands: <SEARCH-FORWARD>, <SEARCH-BACKWARD>, <RECALL>
  601.  
  602. <ILLEGAL-COMMAND> (^IC)
  603.  
  604. This sequence of keys is not an implemented SED command.
  605.  
  606. The <JUSTIFY> command (^JU)
  607.  
  608. Justifies the given number of lines of text or form the cursor to the
  609. end of the paragraph.
  610.  
  611. <ENTER>C<JUSTIFY> centers the line the cursor is on between the left and
  612. right margins.
  613.  
  614.  
  615. The switches which control <JUSTIFY> are:
  616.  
  617. /JPRE:s  set prefix string to delete from each starting line
  618.          and add to each ending line.
  619. /FILL    align the right margin (/NOFILL - leave it ragged).
  620. /LMAR:n  set left margin to n.
  621. /PIND:n  set paragraph indent to n.
  622. /RMAR:n  set right margin to n.
  623.  
  624. Related commands: <SWITCH>
  625.  
  626. The <MARKER> command (^MR)
  627.  
  628. Manipulates markers (position holders) in the file. There is one
  629. default (unnamed) marker plus 11 named markers.
  630.  
  631. Marker Stack: table of the "interesting" screens most recently
  632. visited.
  633.  
  634. Type:
  635.   <MARKER>         Set default marker at current position
  636.   <ENTER><MARKER>  Go to default marker
  637.  
  638. Parameters:
  639.   Sname  Set marker named "name" at current position
  640.   Gname  Go to marker "name"
  641.   G      Go to latest-set marker
  642.   Kname  Kill marker "name"
  643.   K*     Kill all markers
  644.   N      List current marker names
  645.   P      Pop Marker Stack
  646.   F      Pop forward
  647.  
  648. Related commands: <MARK>
  649.  
  650.  
  651. .KJOB
  652. .
  653.