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 Add new comment