Replace word in files
Example: replace Strict with Transitional in your PHP-files
sed -i -e 's/Strict/Transitional/' *.php
Warning!
Edit files in place
A chronological documentation test project, nothing serious, really!
Example: replace Strict with Transitional in your PHP-files
sed -i -e 's/Strict/Transitional/' *.php
Warning!
Edit files in place