> The limitation of argdo is that it won’t search the supplied directory recursively<p><pre><code> **
</code></pre>
works more or less like * but for directories:<p><pre><code> :args **/*.rb
:argdo %s/_params/params/gc
</code></pre>
will ask for confirmation before doing the substitution on <i>every</i> *.rb file contained in the current directory and its children.