Skip to content

Instantly share code, notes, and snippets.

@fabriceleal
Created October 15, 2013 16:34
Show Gist options
  • Save fabriceleal/6994504 to your computer and use it in GitHub Desktop.
Save fabriceleal/6994504 to your computer and use it in GitHub Desktop.
Find big files
find . -type f -size +10000k -exec ls -lh {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment