1
0
mirror of https://github.com/cheat/cheat.git synced 2025-05-26 01:47:06 +02:00

Update tr

This commit is contained in:
summer-wu 2015-10-07 21:20:06 +08:00
parent 84df17a0f6
commit f3ecf76239

@ -4,6 +4,7 @@ echo $PATH|tr -t ":" \n
#remove all occurance of "ab"
echo aabbcc |tr -d "ab"
#ouput: cc
#complement "aa"
echo aabbccd |tr -c "aa" 1