/ Published in: Groovy

you need to search and replace on multiple files ?
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
:args **/*.groovy --> this will set to all *.groovy files :argdo %s/text_want_to_replace/text to replace/ge | update
Comments
