Shell script: Convert file content from lower case to upper case
I have a file which is of lower and upper case and want to convert it to upper case. How can I do that using a shell script? This can be achieved by using tr or sed command. ...
code.linuxnix.com |