Skip to content

Instantly share code, notes, and snippets.

@jbryson3
Created March 24, 2015 14:50
Show Gist options
  • Save jbryson3/25e6cafee46fa565df3d to your computer and use it in GitHub Desktop.
Save jbryson3/25e6cafee46fa565df3d to your computer and use it in GitHub Desktop.
OSX regex replace
grep -rl "require 'modules.*'" . | xargs sed -i "" "s/require 'modules(.*)'/require 'master-chief-cli$1'/g"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment