home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / edlin / hints / control.hlp next >
Encoding:
Text File  |  1989-01-01  |  1.0 KB  |  23 lines

  1. Editing Control Characters
  2.  
  3. Text files may have control characters in them. EDLIN displays such characters 
  4. as a capital letter preceeded or followed by a circumflex. Ctrl-P will be 
  5. displayed as P^ or ^P, for example. It is possible to I(nsert), R(eplace), 
  6. and S(earch) for control characters. Control characters are listed in the 
  7. NEW_TERMS ASCII 000-031(CONTROL_CHARACTERS) topic. 
  8.  
  9.   Example input:        What it means (the Return, Enter or <──┘ key 
  10.                 must be pressed after every input line)
  11.  
  12.    *1SCtrl-VH<──┘        The file will be searched for a Ctrl-H.
  13.  
  14.    *1,10R_Ctrl-VHCtrl-Z<──┘    The pair of characters _ Ctrl-H will be
  15.                 replaced by the empty string on lines 1
  16.                 through 10 of the file being edited. This
  17.                 effectively removes them from the file.
  18.  
  19.    *1RCtrl-VZCtrl-Z<──┘        This will remove any Ctrl-Z characters in a 
  20.                 file.  The /B option must be on the EDLIN
  21.                 command line, or EDLIN won't read past the
  22.                 first Ctrl-Z in the file.
  23.