vim: search and replace on multiple files


/ Published in: Groovy
Save to your folder(s)

you need to search and replace on multiple files ?


Copy this code and paste it in your HTML
  1. :args **/*.groovy --> this will set to all *.groovy files
  2. :argdo %s/text_want_to_replace/text to replace/ge | update

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.