Skip to content

Instantly share code, notes, and snippets.

@djburdick
Created March 11, 2013 19:45
Show Gist options
  • Select an option

  • Save djburdick/5137072 to your computer and use it in GitHub Desktop.

Select an option

Save djburdick/5137072 to your computer and use it in GitHub Desktop.
find and replace all instances in a project. #linux #vim
ack -l 'pattern' | xargs perl -pi -E 's/pattern/replacement/g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment