Showing posts with label sort. Show all posts
Showing posts with label sort. Show all posts

Display most frequently used commands


history | awk '{print $2}' | awk 'BEGIN {FS="|"}{print $1}' | sort | uniq -c | sort -n | tail | sort -nr