home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1 / HamRadio.cdr / packet / dosgate / edlin.doc < prev    next >
Text File  |  1988-12-08  |  1KB  |  21 lines

  1. EDLIN commands, Where # (or line#) signifies a number:
  2.  
  3. Command Description                     Syntax
  4. ___     ____________________________    ______________________________
  5.  
  6. A       Append lines                    [#]A
  7. C       Copy lines                      [line#],[line#][,line#][,count]C
  8. D       Delete lines                    [line#][,line#]D
  9. line#   Edits a line or lines           [line#]
  10. E       End editing
  11. I       Insert lines of text            [line#]I
  12. L       List range of lines             [line#][,line#]L
  13. M       Move range to a specified line  [line#],+line,lineM
  14. P       Page thu 23 lines at a time     [line#][,line#]P
  15. Q       Quit editing WITHOUT saving file
  16. R       Replace text                    [line#][,line#][?]Rtext1 CTRL-Z text2
  17. S       Search for text                 [line#][,line#][?]Stext
  18. T       Transfer the contents of another file into the current file
  19.                                         [line#]Tfilename
  20. W        Writes specified lines to disk [#]W
  21.