Simple bash toupper() and tolower() functions
Many people aren’t aware of several built in macros available in the ‘tr’ program. The program, ‘tr’ stands for “translate or replace” and is available on any standard GNU/Linux distribution. Using this simple utility, I wrote some simple shell functions to convert lower (or mixed) case strings to uppercase, or uppercase (or mixed) strings to [...]
