Skip to content

Instantly share code, notes, and snippets.

@queckezz
Last active September 14, 2015 19:20
Show Gist options
  • Save queckezz/dca0f2a6e86b311aac1e to your computer and use it in GitHub Desktop.
Save queckezz/dca0f2a6e86b311aac1e to your computer and use it in GitHub Desktop.
# calc size of folder
du -s directory_name
# get available space for all disks
df -h
# check npm updates
ncu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment