Skip to content

Instantly share code, notes, and snippets.

@kwonoh
Created February 3, 2017 21:25
Show Gist options
  • Save kwonoh/132fd7648989f3bd84379b054347ffac to your computer and use it in GitHub Desktop.
Save kwonoh/132fd7648989f3bd84379b054347ffac to your computer and use it in GitHub Desktop.
Get total size of certain files within a directory branch
du -ch **/*.png | grep total
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment