Find most used Drush commands

Drush commands

To quickly find the most used drush commands, execute this one-liner in your terminal:

history | grep drush | awk '{print $3}' | sort | uniq --count | sort --numeric-sort --reverse | head -30