Skip to content

Instantly share code, notes, and snippets.

@YakDriver
Created May 13, 2020 22:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YakDriver/12ecef4ef0dfdc68a55f44ef487567c2 to your computer and use it in GitHub Desktop.
Save YakDriver/12ecef4ef0dfdc68a55f44ef487567c2 to your computer and use it in GitHub Desktop.
Makefile help - figure out which commands you use most and might want to move to a makefile
history | awk '{print $2 " " $3}' | sort | uniq -c | sort -nr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment