home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / edlin / summary.hlp < prev   
Encoding:
Text File  |  1989-01-01  |  1.0 KB  |  21 lines

  1.                              EDLIN
  2.  
  3. The EDLIN external command is used to create, edit, and display files of up 
  4. to 65,529 lines in length. Each line can be up to 253 characters long. 
  5.  
  6.     EDLIN [d:][pathname1]filename1[.ext1] [/B]
  7.  
  8. [d1:][pathname1]filename1[.ext1] is the source file.  A device name may also
  9.     be used.
  10.  
  11. /B causes the file to be treated as a binary file.  The file size is 
  12.     determined by the size listed in the directory. Without the /B option,
  13.     the first Ctrl-Z character in the file will determine the file size.
  14.  
  15. EDLIN associates a line number with each line in the file. Inserting a line 
  16. automatically increases the line numbers of following lines by 1. Deleting a 
  17. line automatically decreases the line numbers of following lines by 1. Line
  18. numbers can be entered absolutely, or relative to the current line number (by
  19. preceeding the relative number with a "+" or "-"). A line number of . implies 
  20. the current line number, while # implies the last line number plus 1.
  21.