Shell Scripting: Convert Uppercase to Lowercase in Categories BASH Shell, Linux, UNIX last updated February 24, 2014I‘ve a small shell script and I would like to convert all incoming user input to lowercase using a shell script. How do I convert uppercase words or strings to a lowercase or vise versa on Unix-like / Linux bash shell?