find . -name "*.html" -exec sed -i 's|http://www.youtube|https://www.youtube|g' {} \;
sed basics
To replace all instances of http://www.youtube in html files to https://www.youtube:
0 comments:
Post a Comment