Skip to content

Instantly share code, notes, and snippets.

@arathunku
Created November 14, 2014 19:29
Show Gist options
  • Select an option

  • Save arathunku/30c58b3f0194825f791b to your computer and use it in GitHub Desktop.

Select an option

Save arathunku/30c58b3f0194825f791b to your computer and use it in GitHub Desktop.
random
find 10 biggest directories/files
du -a . | sort -n -r | head -n 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment