Guest User

Untitled

a guest
May 21st, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. perl -pi -w -e 's/SEARCH_FOR/REPLACE_WITH/g;' *.txt
  2.  
  3. perl -pi -w -e 's!http://my.site/dir!http://new.my.site/dir!g;' *.txt
Add Comment
Please, Sign In to add comment