Skip to content

Instantly share code, notes, and snippets.

@cy-park
Last active November 27, 2020 12:16
Show Gist options
  • Save cy-park/8508ad1b40b155fb8cf3eb4e2198809d to your computer and use it in GitHub Desktop.
Save cy-park/8508ad1b40b155fb8cf3eb4e2198809d to your computer and use it in GitHub Desktop.

Get total size of current directory

Excluding sub-directories

$ du -sh .

Including sub-directories

$ du -shc *
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment