Skip to content

Instantly share code, notes, and snippets.

@eduavila
Created September 22, 2025 18:14
Show Gist options
  • Save eduavila/58f57fd227d8c790480132d5c1eb6d28 to your computer and use it in GitHub Desktop.
Save eduavila/58f57fd227d8c790480132d5c1eb6d28 to your computer and use it in GitHub Desktop.
List big folders
~~~
du -h --max-depth=1 /var/log | sort -rh | head -n 10
~~~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment