perform the same operation on all wanted files in the current directory, and in all subdirectories (or in any specified tree of directories)

Find and replace things in vim:

:args spec/javascripts/**/*.* 
:argdo %s/foo/bar/g

:chefs-kiss:


Keyboard Shortcuts

Key Action
o Source
e Edit
i Insight
r Random
s or / Search
www.joshbeckman.org/notes/662983115