4918
5880
3万
GROAD
曲径通幽,安觅芳踪。
tr [OPTION]... SET1 [SET2]
# echo 12345 | tr '12345' '123' 12333
# echo 12345 | tr '123' '6789abc' 67845
# echo "WWW.GROAD.NET" | tr 'A-Z' 'a-z' www.groad.net
# echo 01234 | tr '0-9' '9876543210' 98765
# echo 98765 | tr '9876543210' '0-9' 01234
# echo 12345 | tr '0-9' '9876543210' 87654
# echo 87654 | tr '9876543210' '0-9'12345
root@bt:~# echo "groad" | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz' 'NOPQRSTUVWXYZABCDEFGHIJKLMnopqrstuvwxyzabcdefghijklm' tebnqroot@bt:~# echo "tebnq" | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz' 'NOPQRSTUVWXYZABCDEFGHIJKLMnopqrstuvwxyzabcdefghijklm' groad
# cat tmp.txt hello linux shell cat tmp.txt | tr '\t' ' 'hello linux shell
# echo "hello 0898 groad.net" | tr -d '0-9' hello groad.net
# echo "hello 0898 groad.net {} ()" |tr -d -c "0-9 \n" 0898
# echo "welcome to groad.net " | tr -s ' ' welcome to groad.net
# cat tmp.txt 1 3 5 7 9 11
# cat tmp.txt | echo $[ $(tr '\n' '+' ) 0 ] 36
使用道具 举报
本版积分规则 发表回复 回帖后跳转到最后一页
小黑屋|手机版|Archiver|曲径通幽 ( 琼ICP备11001422号-1|公安备案:46900502000207 )
GMT+8, 2025-6-18 19:50 , Processed in 0.084054 second(s), 22 queries .
Powered by Discuz! X3.2
© 2001-2013 Comsenz Inc.