Sed REPLACE inline file
sed -i 's/STRING_TO_REPLACE/STRING_TO_REPLACE_IT/g' filename
Modern Mamba
sed -i 's/STRING_TO_REPLACE/STRING_TO_REPLACE_IT/g' filename