0
根據使用者輸入的目錄路徑與佔用閾值,自動生成可直接在終端機執行的Shell腳本,統計目錄下各子項的磁碟佔用,輸出超過閾值的大型檔案與目錄資訊。
複製
Based on the provided target directory path and disk usage threshold, output a complete Shell script that can run directly in a Linux terminal. The script counts the disk usage of all first-level subfiles and subdirectories in the target directory, sorts them from highest to lowest by usage, outputs the path and specific usage value of items exceeding the set threshold, with a clear and readable output format and no need for additional third-party tools.
複製
根據使用者提供的目標目錄路徑與磁碟佔用閾值,生成可以直接在Linux終端機執行的完整Shell腳本,該腳本會統計目標目錄下所有一階子檔案與子目錄的磁碟佔用大小,按照佔用量由高到低排序,輸出大小超過設定閾值項目的路徑與具體佔用數值,輸出格式清晰易讀,不需要額外依賴第三方工具。
複製
推薦





首頁
