Skip to content

Instantly share code, notes, and snippets.

@Erreur32
Last active March 11, 2018 02:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Erreur32/9f7d056fa792a25bee444f512bd0354e to your computer and use it in GitHub Desktop.
Save Erreur32/9f7d056fa792a25bee444f512bd0354e to your computer and use it in GitHub Desktop.
## Debian check des 10 plus gros fichier
## check des 10 plus gros fichier
find /var/log -type f -exec du -hs {} \; | sort -n | tail -n 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment