Skip to content

Instantly share code, notes, and snippets.

@antonjn
Last active August 29, 2015 14:16
Show Gist options
  • Save antonjn/73922c03eb5e2e1525dd to your computer and use it in GitHub Desktop.
Save antonjn/73922c03eb5e2e1525dd to your computer and use it in GitHub Desktop.
Find largest folders and files
du -h / | sort -n | grep -E '^(\d+?| \d+?|\d,\d)G'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment