Drupal: Drush
Blogs20112011-11-25
Drush is a command line shell and scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those of us who spend some of our working hours hacking away at the command prompt.
I installed it in my computer and execute some strange commands to do the management:
$ drush cc all$ drush vget clean_url 0$ drush pm-list$ drush view module automatic importWill dig more if use more Drupal.
