Skip to content

Instantly share code, notes, and snippets.

@drewdaemon
Created June 12, 2019 19:39
Show Gist options
  • Save drewdaemon/60ed7da98e5268bcf19f9d3f5965fbbf to your computer and use it in GitHub Desktop.
Save drewdaemon/60ed7da98e5268bcf19f9d3f5965fbbf to your computer and use it in GitHub Desktop.
Disk Usage Report Generator
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