Skip to content

Instantly share code, notes, and snippets.

@monnoval
Last active December 19, 2022 09:28
Show Gist options
  • Save monnoval/6e40d2f3bdb7d5168dc74f49b21df34b to your computer and use it in GitHub Desktop.
Save monnoval/6e40d2f3bdb7d5168dc74f49b21df34b to your computer and use it in GitHub Desktop.
List the heaviest files in root
du --exclude="/home" -x -h -a / | sort -r -h | head -30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment