Use 'tr' in a shell script to translate text case
Feb 24, 2019
This tip is applicable to UNIX / Linux operating systems
'tr' is a command line utility which you can use to convert text to UPPER or lower case.
To convert all the letters of the English alphabet found in a string to lower case do this at the UNIX command line:
% sh (to switch to bou Continue reading...