Skip to content

Instantly share code, notes, and snippets.

@cvle
Created August 22, 2017 20:17
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 cvle/283195454f02da4301d76bf08e8baff8 to your computer and use it in GitHub Desktop.
Save cvle/283195454f02da4301d76bf08e8baff8 to your computer and use it in GitHub Desktop.
Search and Replace in files
find folder/ -type f -name '*.js' | xargs sed -i 's/addNotification/notify/g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment