Skip to content

Instantly share code, notes, and snippets.

@mattsgarrison
Created January 5, 2012 05:01
Show Gist options
  • Save mattsgarrison/1563789 to your computer and use it in GitHub Desktop.
Save mattsgarrison/1563789 to your computer and use it in GitHub Desktop.
Finding the largest files on your *nix system
find . -size +20000k -exec du -h {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment