Reading an Input From File
Reading an input from a file:
Command <file>
#tr ‘a-z’ ‘A-Z <file (Translates all the lowercase characters to uppercase).
Note: if you want to print the output of existing file to new file
Use this command
#tr `a-z’ `A-Z'<oldfilename>newfilename