Hacker News new | ask | show | jobs
by dmckeon 4776 days ago
For those using the bash shell, the hash builtin:

    $ hash | sort -nr
may be informative, producing counts and command paths, although only for the current shell instance.