Skip to content

Instantly share code, notes, and snippets.

@robflaherty
Created December 18, 2020 14:00
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 robflaherty/5a737e07de31b212c0887b23c89a7568 to your computer and use it in GitHub Desktop.
Save robflaherty/5a737e07de31b212c0887b23c89a7568 to your computer and use it in GitHub Desktop.
Recursive find and replace across files
find . -name '*.html' -exec sed -i '' 's/http:/https:/g' {} +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment