Last active
April 16, 2018 22:09
-
-
Save rdammkoehler/58d0ab304bc90670eed888ccf2fa4320 to your computer and use it in GitHub Desktop.
Find the Largest Files on your Disk
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 -kx 2>/dev/null | sort -nr > /tmp/du-k.sort |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment