Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save vivianspencer/6c76bed1235de14245fe3c3a60785a12 to your computer and use it in GitHub Desktop.
Save vivianspencer/6c76bed1235de14245fe3c3a60785a12 to your computer and use it in GitHub Desktop.
Largest Top 10 Files and Directories on a Linux machine
du -hsx * | sort -rh | head -10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment