Skip to content

Instantly share code, notes, and snippets.

@tkmru
Created April 23, 2018 04:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tkmru/af2ee4b25e02adc99559eadc333ea201 to your computer and use it in GitHub Desktop.
Save tkmru/af2ee4b25e02adc99559eadc333ea201 to your computer and use it in GitHub Desktop.
ag replace command
ag -l project_a | xargs sed -i '' -e 's/project_a/project_b/g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment