MPE/iX Shell and Utilities Reference Manual, Vol 2
tr(1) MPE/iX Shell and Utilities tr(1)
DIAGNOSTICS
Possible exit status values are:
0 Successful completion.
1 Failure because of unknown command line option, or too few arguments.
Messages
Message: [x*0] construct may only occur once
Cause: You attempted to fill the string using the [x*0] construct more than once.
Action: Remove the second fill request.
Message: Collation string is not supported in [=equiv=].
Cause: You specified a string for equiv in a [=equiv=] expression that contained more
that one character. tr accepts only a single character for the equivalence class.
Action: Specify a one character equivalence class.
Message: expanded length of string too long; limit char_set_size
Cause: You specified a string that expanded to a length greater than the number of
characters in the character set. Since a given character may appear only once in
the first string, you have specified a character more than once in that string.
Action: Remove any repeated characters in the first string.
Message: Invalid character class class
Cause: You specified a character class class that is not defined in the locale indicated
by
LC_CTYPE
.
Action: Specify a character class that is defined in the locale indicated by
LC_CTYPE
.
Message: Only classes [:upper:] and [:lower:] are valid as
translate result
Cause: You specified a class in a [:class:] construct in string2 that was not lower
or uppper.
Action: Specify string2 in a form that give an equivalent result without using the
[:class:].
Message: syntax error in [x*n] expression
Cause: You did not specify the closing ] in a [x*n] expression
Action: Provide the missing ].
Message: Unknown option "–option"
Cause: You specified an option that is not valid for tr.
Action: Check the DESCRIPTION section for a list of valid tr options.
Commands and Utilities 1-613