Skip to content

Instantly share code, notes, and snippets.

@jbodah
Created August 17, 2015 17:13
Show Gist options
  • Select an option

  • Save jbodah/975b3f8b55334578dd7a to your computer and use it in GitHub Desktop.

Select an option

Save jbodah/975b3f8b55334578dd7a to your computer and use it in GitHub Desktop.
find/replace in multiple files
ag -G '(test|lib)' Backupify::Office365 -l | xargs sed -i '' 's/Backupify::Office365/Office365/g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment