Hacker News new | ask | show | jobs
by peff 2792 days ago
Perl has shipped with a `rename` utility for ages, that you can use like:

    rename 's/foo/bar/' *.ext
Of course you have to know Perl...