Find and replace string in file recursively in a directory
Simple command I don't want to forget that find a string and replace it with another using sed.
sed -i 's#http://www.portafixe.com#http://www.portafixe.com/laptops-c-21.html?language=en#' $(find /var/www/mirrors -name HEADER.html)
- subjects:

