Skip to content

Instantly share code, notes, and snippets.

@aconbere
Created May 8, 2013 20:01
Show Gist options
  • Save aconbere/5543199 to your computer and use it in GitHub Desktop.
Save aconbere/5543199 to your computer and use it in GitHub Desktop.
find the big files... dammit
find . -type f | xargs du -h | sort -h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment