home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / cpmhelp / ed.hlp < prev    next >
Text File  |  1994-07-27  |  2KB  |  60 lines

  1. :ED Command
  2.      Thσá E─á Prograφá i≤ thσ CP/═á systeφá contex⌠á editor¼á whicΦá allow≤ ì
  3. creatioε anΣ alteratioε oµ ASCI╔ files«á  Completσ detail≤ arσ giveε iε thσ ì
  4. user's manual.
  5.  
  6.      The following are the error indicators given by ED --
  7.  
  8.           ?    Unrecognized Command
  9.           >    Memory buffer full
  10.           #    Cannot apply command the number of times specified
  11.           O    Cannot open LIB file in R command
  12. ~
  13.      The following are the control characters recognized by ED --
  14.  
  15.           ^C        System reboot
  16.           ^E        Physical <CR> <LF> (not entered in command)
  17.           ^H        Character delete (backspace)
  18.           ^I        Logical tab
  19.           ^J        New line (line feed)
  20.           ^L        Logical <CR> <LF> in search and substitute strings
  21.           ^M        New line (carriage return)
  22.           ^U        Line delete
  23.           ^X        Line delete and backspace
  24.           ^Z        String terminator
  25.           Rubout    Character delete
  26.           Break     Discontinue command
  27. ~
  28.      The following are the commands recognized by ED --
  29.  
  30.           nA        Append lines
  31.           +/- B     Beginning/Bottom of buffer
  32.           +/- nC    Move character positions
  33.           +/- nD    Delete characters
  34.           E         Exit
  35.           nFs^Z     Find string
  36.           H         End edit, close and reopen files
  37.           Is^Z      Insert characters
  38.           nJ        Place strings in juxtaposition
  39.           +/- nK    Kill (delete) lines
  40.           +/- nL    Move down/up lines
  41.           nM        Macro definition
  42.           O         Return to original file
  43.           +/- nP    Move and print pages
  44.           Q         Quit with no file changes
  45.           R         Read library file
  46. ~
  47.           nSs1^Zs2^Z
  48.                     Substitute s2 for s1
  49.           +/- nT    Type lines
  50.           +/- U     Translate lower to upper case if U; none if -U
  51.           +/- V     Engage/disengage line numbers (verify)
  52.           0V        Print memory buffer info (free/total usage)
  53.           nW        Write lines
  54.           nX        Transfer n lines to X$$$$$$$.LIB
  55.           0X        Empty X$$$$$$$.LIB
  56.           nZ        Sleep
  57.           +/- n     Move and type (+/- nLT)
  58.           n:        Move to absolute line (V engaged)
  59.           :n        Process from current line to specified line (V engaged)
  60.