最後活躍 1 month ago

修訂 0d4b764c24b43f930cf9e5016a2add42c0bd6119

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