Created
December 18, 2020 14:00
-
-
Save robflaherty/5a737e07de31b212c0887b23c89a7568 to your computer and use it in GitHub Desktop.
Recursive find and replace across files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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