[How2Tips] How to change several filenames with vim?
Want to change several filenames in one row? Know how to use vim? Here’s how you could do it: * You’ll need thevidir utility, get it by installing the moreutils package (on Debian/Ubuntu: sudo apt-get install moreutils) * Runvidir <dirpath>(dirpath defaults to the current directory), and you’l...