Bash modificar el texto del archivo
sed -i -e 's/abc/XYZ/g' /tmp/file.txt
cadot.eu
sed -i -e 's/abc/XYZ/g' /tmp/file.txt