나는 대체 할 http://cdn1.domain.com
과 https://cdn1.domain.com
200 개 .html 중에서 파일에 내가 나오지도 함께 그렇게하는 방법을 모르겠어요.
누군가 나를 도와 줄 수 있습니까?
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
stackoverflow.com/questions/10445934/change-multiple-files
—
Matt
지금까지 뭐 해봤 어? 질문을 수정하고 시도한 내용과 작동하지 않는 이유를 포함하십시오.
—
EEAA
sed -i '/ http : / \ / \ cdn1 / http : / \ / \ cdn1 /'cum-comand.html sed : -e expression # 1, char 8 : 알 수없는 명령 :`\ 'sed -i'/ http : \ / \ / cdn1 / http : \ / \ / cdn1 / 'cum-comand.html sed : -e expression # 1, char 17 : 명령 후 추가 문자
—
AndreiG.
슬래시와 백 슬래시를 반대로했습니다.
—
Michael Hampton