📁 ファイル管理 📖 公式

ディスク使用量の分析とクリーンアップ

ディスク使用量を分析し、容量を占有しているファイルやフォルダを特定します

★☆☆ 初級 5-10 min 2025年1月12日
📋

シナリオ

💬

プロンプト

Please show my disk usage:
- Total capacity, used, and available space
- Usage percentage
- If there are multiple partitions, show each separately

Please analyze space usage in ~/ home directory:
- List the top 20 folders by space usage
- Show sizes in human-readable format (GB, MB)
- Sort in descending order by size

Find all files larger than 100MB in ~/ directory:
- Show file path, size, and last modification time
- Sort by size
- Identify file types (video, archives, disk images, etc.)
- Mark which might be temporary files or caches

期待される結果

💡

ヒント

  • 定期的に容量分析を実行すると(月1回など)、容量不足を防げます。Claudeに容量使用の傾向を示すクイックレポートスクリプトを作成させることができます。