Replace in Multiple Files - the Vim Wayvimninjas.com 5 pointsCeRRuTiTo13 years ago1 commentSaveHideCopy link On HNComments−johncoltrane13y> The limitation of argdo is that it won’t search the supplied directory recursively ** works more or less like * but for directories: :args **/*.rb :argdo %s/_params/params/gc will ask for confirmation before doing the substitution on every *.rb file contained in the current directory and its children.
Comments
> The limitation of argdo is that it won’t search the supplied directory recursively
works more or less like * but for directories: will ask for confirmation before doing the substitution on every *.rb file contained in the current directory and its children.