Skip to content

Instantly share code, notes, and snippets.

@rdammkoehler
Last active April 16, 2018 22:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rdammkoehler/58d0ab304bc90670eed888ccf2fa4320 to your computer and use it in GitHub Desktop.
Save rdammkoehler/58d0ab304bc90670eed888ccf2fa4320 to your computer and use it in GitHub Desktop.
Find the Largest Files on your Disk
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