Skip to content

Instantly share code, notes, and snippets.

@Chen-tao
Created February 5, 2017 02:20
Show Gist options
  • Save Chen-tao/df7c0f8030085faa2494bcd72c1ef602 to your computer and use it in GitHub Desktop.
Save Chen-tao/df7c0f8030085faa2494bcd72c1ef602 to your computer and use it in GitHub Desktop.
find . -type f -size +200M -print0 | xargs -0 du -h | sort -nr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment