Comment on Top Unix Command Line UtilitiesparentComments−dmckeon13yIn a bash session (bash 2.05 or later): $ hash | sort -nr | less shows usage counts and full paths of executed commands.
Comments
In a bash session (bash 2.05 or later):
shows usage counts and full paths of executed commands.