首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 开源软件 >

gsed 字符串转大小写变换

2013-01-28 
gsed字符串转大小写转换echo palsec | gsed s/\(.*\)/\U\1/http://nixcraft.com/shell-scripting/15862-

gsed 字符串转大小写转换

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

热点排行