Entries Tagged 'Perl' ↓

How to replace text in many files?

perl -pi -w -e 's/source_text/destination_text/g;' *.php