find . -type f -exec du -h {} + | sort -rh | head -n 10
du -h --max-depth=1 * | sort -hr
2025/08/11 by admin