Skip to content

Instantly share code, notes, and snippets.

@filipechagas
Created May 19, 2014 20:28
Show Gist options
  • Save filipechagas/95d1bf25dbc7a39aefb9 to your computer and use it in GitHub Desktop.
Save filipechagas/95d1bf25dbc7a39aefb9 to your computer and use it in GitHub Desktop.
Use vim to search and replace from command line
### Perform a search and replace from the commandline
$ vim -c '%s`search`replace`g' -c 'wq' *.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment