最後活躍 1 month ago

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