Copyright Digital Equipment Corp. All rights reserved.

Examples

   1.  $ EDIT/TECO/OUTPUT=NEWFILE.TXT OLDFILE.TXT

     This EDIT command invokes the TECO editor to edit the
     file OLDFILE.TXT. TECO looks for the TEC$INIT logical name
     assignment. If TEC$INIT is not defined, TECO begins the editing
     session without using a command file. When the session ends,
     the edited file has the name NEWFILE.TXT.

   2.  $ EDIT/TECO/EXECUTE=FIND_DUPS "TEMP, ARGS, BLANK"

     In this example, the /EXECUTE qualifier causes the TECO macro
     contained in the file FIND_DUPS.TEC to be executed, with the
     argument string "TEMP, ARGS, BLANK" located in the text buffer.