The following lists TECO messages other than command errors. Most of these can only occur at the time TECO is initialized. Messages labeled as 'Error' will result in an immediate exit from TECO. Messages labeled as 'Warning' indicate that something unexpected happened, but that the editing session will continue. Messages labeled as 'Info' provide information regarding normal operation.
Message(s) | Type | Description |
---|---|---|
'pooh' and 'pooh' are the same file | Warning | The input and output files had the same name and path. TECO will start the editing session as though only the first file was named. |
'pooh' and 'piglet' are the same file | Warning | The input and output files had the same device IDs and inode numbers. TECO will start the editing session as though only the first file was named. |
Argument required for option --tigger | Error | The named option is missing a required argument. |
Can't find file 'pooh' | Error | The named file does not exists and either the -c or --nocreate option were used. This message will also occur if both an input and an output file were named, but the input file does not exist. |
Can't find file 'pooh' Ignoring TECO's memory |
Warning | TECO was unable to find the file previously edited. The editing session will start as though no file was named. |
Conflicting option: --tigger | Error | The --make and --mung options may only be specified once, and are incompatible with one another, as well as the --execute option. |
Creating new file 'pooh' | Info | The file pooh will be opened for output. Any existing file will be overwritten. |
Editing file 'pooh' | Info | The file pooh will be opened for input and output. |
How can I inspect nothing? | Error | The -R or --read-only option was used without a file name. This may mean that there was no file explicitly named on the command-line option, or no previously edited file could be found. |
How can I make nothing? | Error | The --make option requires a file name. |
How can I mung nothing? | Error | The --mung option requires a file name. |
Invalid argument 'owl' for -A option Invalid argument 'owl' for --arguments option |
Error | The specified option requires either a single numeric value or a pair of numeric values separated by a comma. |
Invalid argument 'owl' for -S option Invalid argument 'owl' for --scroll option |
Error | The specified option requires a positive numeric value. |
Invalid option: --tigger | Error | The specified option is not valid for TECO-64. |
Not war? | Info | The file name named with the --make option was 'love'. This is just an informational message in keeping with classic TECO, and does not affect the editing session. |
Reading file 'pooh' | Info | The file pooh will be opened for input only. |
Reading file 'pooh' Creating new file 'piglet' |
Info | The file pooh will be opened for input, and the file piglet will be opened for output. |
Reading file 'pooh' Superseding existing file 'piglet' |
Info | The file pooh will be opened for input, and the file piglet will be opened for output, overwriting an existing file of that name. |
Search failure in iteration | Warning | A search command has failed inside an iteration, causing the iteration is terminated. A semi-colon (;) command immediately following the search command can be used to suppress this message. |
Superseding existing file 'piglet' | Info | The file piglet will be opened for output, overwriting an existing file of that name. This message can also occur any time an EW command is used. Note that an EK command can be used to undo the effect of the EW command, and recover the original file. |
Too many files | Error | More than two files were named on the command line, or more than one file was named with either the --make or --mung options. |
Too many options | Error | TECO has encountered an internal limit on the number of options it can process. |
Try 'teco --help' for more information | Info | This is printed following one of the errors described in this table. |
Useless argument for option: --tigger | Error | The specified option does not allow an argument. |