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