script bash 小写转大写命令 tr

来源:互联网 发布:淘宝商家提现手续费 编辑:程序博客网 时间:2024/06/05 10:27

例子:

[root@localhost scripts]# echo abcdef | tr 'a-z' 'A-Z'ABCDEF