Skip to content

Instantly share code, notes, and snippets.

@baniol
Created December 4, 2014 18:55
Show Gist options
  • Save baniol/d7cf9de8e391c4ba3c5c to your computer and use it in GitHub Desktop.
Save baniol/d7cf9de8e391c4ba3c5c to your computer and use it in GitHub Desktop.
find & replace with sed
find ./**/* -type f -exec sed -i 's/NgAuth/ngNotes/g' {} +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment