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

  1. Editing Large Files
  2.  
  3. EDLIN cannot edit a file with more than 65,529 lines of text. It can edit a
  4. file too large to fit entirely in memory. The only clue you get that the file 
  5. is too large is from the prompt. Normally, when EDLIN starts up, it prints
  6.  
  7.     New file
  8.     *
  9.  
  10. before editing a file being created, or
  11.  
  12.     End of file
  13.     *
  14.  
  15. before editing a previously existing file. However, when editing a file that 
  16. is too large to entirely fit in memory, it only prints 
  17.  
  18.     *
  19.  
  20. When editing large files that will not entirely fit into memory, EDLIN will 
  21. start at the beginning and read until about 3/4 of available memory is used 
  22. up. You can edit this part, and then W(rite) out what is in memory, read the 
  23. next part of the file in with the A(ppend) command, and repeat this process 
  24. until the entire file is edited. EDLIN will keep track of the line numbers 
  25. of the part currently in memory. When you finally read in the last part of 
  26. the file, the
  27.  
  28.     End of file
  29.     *
  30.  
  31. prompt will be displayed.
  32.