Skip to content

Instantly share code, notes, and snippets.

@mikedfunk
Created January 13, 2016 02:40
Show Gist options
  • Save mikedfunk/8ba48d1a696665a4ddcb to your computer and use it in GitHub Desktop.
Save mikedfunk/8ba48d1a696665a4ddcb to your computer and use it in GitHub Desktop.
find large files in linux
cd /
sudo du -hsx * | sort -rh | head -10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment