Skip to content

Instantly share code, notes, and snippets.

@romach
Last active April 2, 2017 16:56
Show Gist options
  • Save romach/6cb1b03c1603c64c48bd0425fca9c3eb to your computer and use it in GitHub Desktop.
Save romach/6cb1b03c1603c64c48bd0425fca9c3eb to your computer and use it in GitHub Desktop.
Find largest files and directories
sudo du -a / | sort -n -r | head -n 50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment