perform the same operation on all wanted files in the curren...

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:

www.joshbeckman.org/notes/662983115