Skip to content

Instantly share code, notes, and snippets.

@pegasuspect
Last active March 12, 2021 14:37
Show Gist options
  • Save pegasuspect/4bf89d6d95f6e9bd2ddaa2ee02e9dbbe to your computer and use it in GitHub Desktop.
Save pegasuspect/4bf89d6d95f6e9bd2ddaa2ee02e9dbbe to your computer and use it in GitHub Desktop.
Most useful commands in terminal on macbook for me. In order:
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