Delete phrases from all files recursively using linux The following line deletes in all files find . -name "*.html" -exec sed -i 's|https://springfield-ohio-post|http://springfield-ohio-post|' {} \; find . -type f -exec sed -i 's||