Name
tr -- translate or delete characters
Description
The specification for "tr" is as specified in the SUS but with the
following differences as listed below.
Differences
- --complement
equivalent to the -c option
- --delete
equivalent to the -d option
- --squeeze-repeats
equivalent to the -s option
- -t, --truncate-set1
first truncate SET1 to length of SET2
- --version
output version information and exit