tr

Name

tr -- translate or delete characters

Description

tr is as specified in the SUS but with differences as listed below.

LSB Deprecated Differences

The behaviors specified in this section are expected to disappear from a future version of the LSB; applications should only use the non-LSB-deprecated behaviors.

--complement

is equivalent to -c.

--delete

is equivalent to -d.

--squeeze-repeats

is equivalent to -s.

-t, --truncate-set1

first truncates SET1 to length of SET2.

--version

outputs version information and exits.