tr
Verified for current stable LTS
Tr Commands
Tr command syntax with verified terminal examples.
Commands
7 commands for Tr
tr Operations
Tr Command: Delete Characters From Input
tr < <path/to/file> -d '<input_characters>' tr Operations
Tr Command: Map Characters From File
tr < <path/to/file> '<abcd>' '<jkmn>' tr Operations
Tr Command: Replace Character From Output
echo <text> | tr <find_character> <replace_character> tr Operations
Tr Command: Replace Character In File
tr < <path/to/file> <find_character> <replace_character> tr Operations
Tr Command: Squeeze Identical Characters
tr < <path/to/file> -s '<input_characters>' tr Operations
Tr Command: Strip Non Printable Characters
tr < <path/to/file> -cd "[:print:]" tr Operations
Tr Command: Translate To Uppercase
tr < <path/to/file> "[:lower:]" "[:upper:]" Suggest a Tr Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Tr workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.