Skip to content

Instantly share code, notes, and snippets.

@piotrkilczuk
Created July 26, 2011 21:33
Show Gist options
  • Save piotrkilczuk/1108119 to your computer and use it in GitHub Desktop.
Save piotrkilczuk/1108119 to your computer and use it in GitHub Desktop.
Find top 10 dirs on linux
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