find . -type f -print0 | xargs -r0 sed -i -e ‘s/http:\/^C/\/\//g’
find . -type f -print0 | xargs -r0 sed -i -e ‘s/HTTP:\/\//\/\//g’
0 people found this article useful
0 people found this article useful
find . -type f -print0 | xargs -r0 sed -i -e ‘s/http:\/^C/\/\//g’
find . -type f -print0 | xargs -r0 sed -i -e ‘s/HTTP:\/\//\/\//g’
0 people found this article useful
0 people found this article useful