shell, Shell Code Lowercase on the fly transform August 17, 2019 mrculp This piece of code transforms the variable as its printed to lowercase print $ORACLE_SID|tr ‘[A-Z]’ ‘[a-z]’