Thursday, January 27, 2011

Perl: replace string over multiple files

perl -pi -w -e 's/search/replace/g;' *.cpp

No comments:

Post a Comment