Print our your top 5 most used CLI commands.
history|awk '{print $2}'|sort|uniq -c|sort -nr|head -5 # Output: # 2914 git # 1470 gc # 835 gg # 504 cd # 477 mvim