Skip to content

Instantly share code, notes, and snippets.

@MrChrisWeinert
Created May 31, 2019 20:42
Show Gist options
  • Save MrChrisWeinert/b0e54d835d3438f9a2b7d69a12f6e8ee to your computer and use it in GitHub Desktop.
Save MrChrisWeinert/b0e54d835d3438f9a2b7d69a12f6e8ee to your computer and use it in GitHub Desktop.
Disk space usage by directory
#!/bin/bash
sudo du -ah --max-depth=1 / | sort -hr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment