tr
Copy standard input to standard output, performing
substitution of characters from OptionsExamplesChange uppercase to lowercase in a file:
Turn spaces into newlines (ASCII code 012):
Strip blank lines from file and save in new.file (or use \011 to change successive tabs into one tab):
Delete colons from file ; save result in new.file :
|
|