Skip to content

Instantly share code, notes, and snippets.

@matthiasbalke
Last active August 29, 2015 14:27
Show Gist options
  • Save matthiasbalke/7b98a89c1fed9d340442 to your computer and use it in GitHub Desktop.
Save matthiasbalke/7b98a89c1fed9d340442 to your computer and use it in GitHub Desktop.
#!/bin/sh
# calculates the usage of every directory in the current directory
du -sch ./* | sort -h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment