tr(1) minix man page | unix.com

Man Page: tr

Operating Environment: minix

Section: 1

TR(1)							      General Commands Manual							     TR(1)

NAME
tr - translate character codes
SYNOPSIS
tr [-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 character
EXAMPLES
tr '[A-Z]' '[a-z]' <x >y # Convert upper case to lower case tr -d '0123456789' <f1 >f2 # Delete all digits from f1
DESCRIPTION
Tr 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
plan9-tr(1) - debian
tr(1) - v7
tr(1) - ultrix
programmers_workbench_library(3) - osf1
tr(1) - freebsd
Similar Topics in the Unix Linux Community
Mark users you're through helping
Building Houston (4.59.125.171)
Quiz/Testing System - Questions Admin Beta Release
What is your favorite Linux distro?
MySQL User Deletions (Purge)