最后活跃于 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