Rename Drupal Module/Feature via CLI
Have you ever created a Drupal module (or Feature) only to later realize that the name you've given it needs to be changed?
Not to worry, a couple of quick one-liners will solve this problem easily.
First, change the directory name of your old module.
mv old_module new_module
Move into the newly renamed directory.