Skip to content

Instantly share code, notes, and snippets.

@VictorQueiroz
Created January 20, 2021 14:30
Show Gist options
  • Save VictorQueiroz/355b211efc47015800098cac62f5ccfd to your computer and use it in GitHub Desktop.
Save VictorQueiroz/355b211efc47015800098cac62f5ccfd to your computer and use it in GitHub Desktop.
Check largest folders on Linux
du -h /home | sort -hr | head -n 20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment