Skip to content

Instantly share code, notes, and snippets.

@JackPoint
Created July 12, 2013 09:25
Show Gist options
  • Save JackPoint/5983099 to your computer and use it in GitHub Desktop.
Save JackPoint/5983099 to your computer and use it in GitHub Desktop.
Find large files
find / -type f -size +10000k -exec ls -lh {} \; | awk '{print $5 ": " $NF}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment