/ Published in: Groovy
you need to search and replace on multiple files ?
Expand |
Embed | Plain Text
:args **/*.groovy --> this will set to all *.groovy files :argdo %s/text_want_to_replace/text to replace/ge | update
You need to login to post a comment.
