参数值大小写转换(貌似4以上版本的bash才能支持) test=haha echo ${test^^} test=HAHA echo ${test,,} 来源:https://www.cnblogs.com/colby/p/11793973.html 标签 shell test 大小写