Skip to content

Instantly share code, notes, and snippets.

@kyob
Created April 18, 2023 06:45
Show Gist options
  • Save kyob/ba642aa0ddbe15f56ad4a424cb89a4e4 to your computer and use it in GitHub Desktop.
Save kyob/ba642aa0ddbe15f56ad4a424cb89a4e4 to your computer and use it in GitHub Desktop.
#/bin/bash
history | awk '{print $2}' | sort | uniq -c | sort -nr | head -n 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment