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
gsed 字符串转大小写转换
最新推荐文章于 2022-04-15 12:02:12 发布
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