echo palsec | gsed 's/\(.*\)/\U\1/'
http://nixcraft.com/shell-scripting/15862-sed-convert-text-lower-upper-case.html
http://www.gnu.org/software/sed/manual/sed.html#Execution-Cycle
echo palsec | gsed 's/\(.*\)/\U\1/'
http://nixcraft.com/shell-scripting/15862-sed-convert-text-lower-upper-case.html
http://www.gnu.org/software/sed/manual/sed.html#Execution-Cycle