Guest User

Untitled

a guest
Oct 1st, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. ...
  2. Find: `(D|^)4`
  3. Replace: `1r`
  4.  
  5.  
  6. Find: `(D|^)5`
  7. Replace: `1t`
  8. ...
  9.  
  10. tr "[1234567890]" "[qwertyuiop]"
  11.  
  12. $ echo 123 456 789 | perl -pe 's/b[0-9]/ $& =~ tr,1-90,qwertyuiop,r /ge'
  13. q23 r56 u89
Add Comment
Please, Sign In to add comment