change localhost to 0.0.0.0 in all files in current directory Mar 18, 2016 sudo find . -type f -exec sed -i.bak "s/localhost/0.0.0.0/g" {} \;