Skip to content

Instantly share code, notes, and snippets.

@bboydflo
Created January 14, 2020 17:10
Show Gist options
  • Save bboydflo/f4f55a2747d2566079ee6888faaa0411 to your computer and use it in GitHub Desktop.
Save bboydflo/f4f55a2747d2566079ee6888faaa0411 to your computer and use it in GitHub Desktop.
[find size of all files inside macos directory] #macos #cli
# from here: http://osxdaily.com/2017/03/09/get-size-directory-command-line/
# see the size of the current directory contents
du -sh *
# use the wildcard with other directory paths
du -sh ~/Desktop/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment