Skip to content

Instantly share code, notes, and snippets.

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 kylecordes/e62a2e95065d61b4abc0f193106bc539 to your computer and use it in GitHub Desktop.
Save kylecordes/e62a2e95065d61b4abc0f193106bc539 to your computer and use it in GitHub Desktop.
Replace angular2/ with @angular, on OSX, for many files
find . -name *.ts -not -path '*jspm*' -not -path '*node*' -not -name '*.d.ts' -exec sed -i '' 's/angular2\//@angular\//g' {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment