Shell Script to make all uppercase or lowercase | Linux
Below script Transforms a file to all uppercase. #!/bin/bash # Changes a file to all uppercase. E_BADARGS=65 if [ -z “$1″...
bash / Scripting Languages / Shell Scripting
by Ramakanta · Published May 4, 2012 · Last modified November 25, 2016
Below script Transforms a file to all uppercase. #!/bin/bash # Changes a file to all uppercase. E_BADARGS=65 if [ -z “$1″...
Advertisement
Advertisement
Advertisement