Skip to main content
Search
Search This Blog
technotes
Share
Get link
Facebook
X
Pinterest
Email
Other Apps
Labels
vim
May 28, 2013
Vim: Find and replace in many files
find . -name '*.js' -exec vim +'%s/OldName/NewName/gc' +'wq' {} \;
Comments
Popular Posts
February 11, 2010
drupal template.php - theming important points
April 12, 2009
find command and .SVN folder
Comments
Post a Comment