tr (abbreviated from translate or transliterate) is a command in Unix-like operating systems. When executed, the program reads from the standard input and writes to the standard output. It takes as parameters two sets of characters, and replaces occurrences of the characters in the first set with the corresponding elements from the other set.
Stats
created |
1 year ago |
viewed |
8 times |
active |
1 year ago |
editors |
1 |
Recent Hot Answers
How does tr '[a-z]' '[n-za-m]' work?Why can't tr read from /dev/urandom on OSX?
How do I delete all lines with “.png” in a file?
How does tr '[a-z]' '[n-za-m]' work?
using tr -t command [comprehension question]
more »
Related Tags
sed × 4shell × 3
solaris × 2
grep × 2
diff
whitespace
newlines
php
linux
random
osx
quoting
utilities
comm
unicode
character-encoding
stdout
io-redirection
special-characters
cut
text-processing
bash
zsh
string
