Skip to content

Instantly share code, notes, and snippets.

@bcambel
Created February 11, 2014 13:26
Show Gist options
  • Select an option

  • Save bcambel/8934754 to your computer and use it in GitHub Desktop.

Select an option

Save bcambel/8934754 to your computer and use it in GitHub Desktop.
Unix goodies
# get the largest 10 under current directory
du -hsx * | sort -rh | head -10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment