Created
June 12, 2019 19:39
-
-
Save drewdaemon/60ed7da98e5268bcf19f9d3f5965fbbf to your computer and use it in GitHub Desktop.
Disk Usage Report Generator
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
sudo du -hd 1 / >> totaldisk.txt | |
sudo du -hd 1 ~/ >> userdisk.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment