Zuletzt aktiv 1 month ago

Änderung 0d4b764c24b43f930cf9e5016a2add42c0bd6119

check-file-top10.sh Originalformat
1## check des 10 plus gros fichier
2find /var/log -type f -exec du -hs {} \; | sort -n | tail -n 10