Renaming multiple files in bash
Monday, August 28th, 2006When rename is an alias of mv, you have no ability to batch rename or use patterns in your rename. When rename is Linux rename, you have certain limited capabilities to do batch renaming with patterns. When you have perl rename, you can pretty much do anything. If you don’t, though (check […]

