Love Those Perl One Liners
[Moozik: Hot Chip - And I Was A Boy From School]
Sometimes I just have to smile when I can make a change to all 134 HTML templates in a directory with one command.
perl -pi.bak -e 's/foo/bar/' *.tmpl
NICE.
[Moozik: Hot Chip - And I Was A Boy From School]
Sometimes I just have to smile when I can make a change to all 134 HTML templates in a directory with one command.
perl -pi.bak -e 's/foo/bar/' *.tmpl
NICE.