 |
One Liners
First page Back Continue Last page Overview Graphics
One Liners
Simple one liner:
perl -pi.bak -e 's/Perl/Python/g' *.txt
Replaces all instances of "Perl" with "Python" in all .txt files in the current directory
Appends ".bak" extension to original versions of the files in case you didn't like the results and wanted to revert
|
 |
 |