SYNTAX TYPE: command TRANSLATE pathnames [TO/OVER/AFTER pathnames] QUERY UPPER LOWER NONPRINTING [ = value ] PARAMETERS QUERY prompt user for permission to process each file UPPER all lower case input is forced to upper case LOWER all upper case input is forced to lower case NONPRINTING nonprinting characters are turned into '?' unless 'value' is specified in which case nonprinting characters are turned into the ASCII character represented by the numeric value. The value may be specified in decimal, octal, or hexidecimal. DESCRIPTION This command converts the input characters according to the command line options. If no parameters are given, it performs a slightly slower 'copy' function. PROBLEMS OR RESTRICTIONS It is possible to 'reverse case' a file by specifying both UPPER and LOWER on the same invocation. Translate has its own idea of what 'non-printing' characters are; there is no way to change these characters.