Query: tr
OS: minix
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
TR(1) General Commands Manual TR(1)NAMEtr - translate character codesSYNOPSIStr [-cds] [string1] [string2]OPTIONS-c Complement the set of characters in string1 -d Delete all characters specified in string1 -s Squeeze all runs of characters in string1 to one characterEXAMPLEStr '[A-Z]' '[a-z]' <x >y # Convert upper case to lower case tr -d '0123456789' <f1 >f2 # Delete all digits from f1DESCRIPTIONTr performs simple character translation. When no flag is specified, each character in string1 is mapped onto the corresponding character in string2 . TR(1)
| Related Man Pages |
|---|
| tr(1) - v7 |
| tr(1) - ultrix |
| trbsd(1) - osf1 |
| tr(1) - netbsd |
| tr(1b) - sunos |