summaryrefslogtreecommitdiffstats
path: root/man/tr.x
blob: b531032889aab45ec1f65c6473ca0cbe7b5a17c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[NAME]
tr \- translate or delete characters
[DESCRIPTION]
.\" Add any additional description here
[BUGS]
.PP
Full support is available only for safe single-byte locales,
in which every possible input byte represents a single character.
The C locale is safe in GNU systems, so you can avoid this issue
in the shell by running
.B "LC_ALL=C tr"
instead of plain
.BR tr .