Skip to content

Instantly share code, notes, and snippets.

@caingougou
Created September 11, 2013 03:17
Show Gist options
  • Save caingougou/6518954 to your computer and use it in GitHub Desktop.
Save caingougou/6518954 to your computer and use it in GitHub Desktop.
find biggest file
find -type f -exec stat -c "%s %n" {} \;|sort -n|grep -v ".svn"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment