Created
May 13, 2020 22:53
-
-
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
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
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