Drush

About Drush

Drush is an awesome command line interface for Drupal

If you have multiple sites (and even in cases of single site use) and you are not using Drush, you are missing out

Installing Drush:

 
pear channel-discover pear.drush.org
pear install drush/drush
 
now, you can check drush is installed by typing "drush from command line"
_ mkdir /etc/drush
_ cp /usr/share/pear/drush/examples/example.drush.ini /etc/drush/drush.ini
 
when done, uncomment the disable_function="" line
 

Useful commands

et voilĂ , you are ready to boost your productivity using drupal by an order of magnitude. Here are some of the commands I use