大きいディレクトリを表示
現在のパス直下で最も大きい 20 ディレクトリを表示
Overview
現在のパス直下で最も大きい 20 ディレクトリを表示
Commands
du -h --max-depth=1 . 2>/dev/null | sort -hr | head -20
現在のパス直下で最も大きい 20 ディレクトリを表示
現在のパス直下で最も大きい 20 ディレクトリを表示
du -h --max-depth=1 . 2>/dev/null | sort -hr | head -20