Created
June 13, 2019 14:55
-
-
Save mauriballes/1486282251175c49f9e8b85f7fcf334e to your computer and use it in GitHub Desktop.
Check Disk Size by Folders on Ubuntu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash | |
du -cha --max-depth=1 / | grep -E "M|G" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment