Many Linux distributions have a bulk rename utility to rename many files at once. It’s simply named rename and is a Perl program. You can use it like a command (but it isn’t a command). The syntax of rename is very simple: rename [-v] [-n] [-f] perlexpr [filenames] where