Skip to content

Instantly share code, notes, and snippets.

@shibulijack-fd
Created August 6, 2015 05:38
Show Gist options
  • Save shibulijack-fd/c0523fba67e0da85b2e1 to your computer and use it in GitHub Desktop.
Save shibulijack-fd/c0523fba67e0da85b2e1 to your computer and use it in GitHub Desktop.
One liner to replace text in a folder
find ~/Projects/Personal/wordpress -type f -iname '*.html' -exec sed -i.bak 's#http://localhost/wordpress#http://freshdesk.com#g' "{}" +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment