Guest User

Untitled

a guest
Oct 17th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. USEFUL PERL COMMAND LINE
  2. ==================================
  3.  
  4. Replace
  5. --------
  6. .. code-block:: bash
  7.  
  8. perl -pi -le 's/\t/;/g' myfile.txt
  9. perl -pi -le 's/\//;/g' myfile.txt
Add Comment
Please, Sign In to add comment