Tr 时间:2019/2/11 11:12:51 tr¶ 字符删除和替换 用法¶ 删除字符。 last | tr -d 'root' 替换字符,小写转大写。 last | tr -s '[a-z]' '[A-Z]'