Last active
February 20, 2017 04:02
-
-
Save pyprism/ae32816a722a997ece5840c55c1e99ce to your computer and use it in GitHub Desktop.
Find most used shell commands in zsh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fc -li -146 | awk '{print $4}' | sort | uniq -c |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment