Back to Developer Roadmap

tr Command

src/data/roadmaps/shell-bash/content/tr@YJblaz_GKC5sH7ntFe5ls.md

4.0600 B
Original Source

tr Command

The tr command in Unix-like operating systems is a command-line utility that translates or deletes characters. It reads standard input, performs the specified transformations, and writes the result to standard output. tr is often used for tasks like converting uppercase to lowercase, deleting specific characters, or replacing one set of characters with another.

Visit the following resources to learn more: