Je veux le remplacer http://cdn1.domain.com
par https://cdn1.domain.com
200 fichiers .html et je ne sais pas comment le faire avec sed.
Quelqu'un peut-il m'aider avec ça?
sed -i '/http:/\/\cdn1/http:/\/\cdn1/' cum-comand.html
sed: -e expression #1, char 8: unknown command: `\'
sed -i '/http:\/\/cdn1/http:\/\/cdn1/' cum-comand.html
sed: -e expression #1, char 17: extra characters after command