mirror of
https://github.com/cheat/cheat.git
synced 2024-12-18 18:55:06 +01:00
Update tr
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user