Last active
March 12, 2021 14:37
-
-
Save pegasuspect/4bf89d6d95f6e9bd2ddaa2ee02e9dbbe to your computer and use it in GitHub Desktop.
Most useful commands in terminal on macbook for me. In order:
This file contains 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
npm run-script | |
npm -g list -depth=0 | |
du -sh ~/Downloads/* | |
zip -r -X archive_name.zip folder_to_compress # -X is for ignoring mac files. | |
unzip archive_name.zip | |
declare -F # list declared function names, small -f will show insides | |
cal |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment