Skip to content

Instantly share code, notes, and snippets.

@pyprism
Last active February 20, 2017 04:02
Show Gist options
  • Save pyprism/ae32816a722a997ece5840c55c1e99ce to your computer and use it in GitHub Desktop.
Save pyprism/ae32816a722a997ece5840c55c1e99ce to your computer and use it in GitHub Desktop.
Find most used shell commands in zsh
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