磁碟管理 ubuntudebiancentos beginner

尋找大型檔案

尋找目前目錄下大於 100MB 的檔案

Overview

尋找目前目錄下大於 100MB 的檔案

Commands

find . -type f -size +100M -exec ls -lh {} \;