摘要: 小写字母转大写字母 [root@Charramma ~]# content="abc" [root@Charramma ~]# echo $content abc [root@Charramma ~]# echo ${content^} Abc [root@Charramma ~]# echo ${ 阅读全文
posted @ 2021-02-25 14:08 Charramma 阅读(253) 评论(0) 推荐(0) 编辑