Unix Shell Script: Convert upper to lowercase text Posted on April 7, 2010 by admin One command magic: tr ‘[:upper:]’ ‘[:lower:]’ < input.txt > output.txt Related posts: Shell Script: Create Range of Numbers