Largest Directories
Show the 20 largest directories under the current path
Overview
Show the 20 largest directories under the current path
Commands
du -h --max-depth=1 . 2>/dev/null | sort -hr | head -20
Show the 20 largest directories under the current path
Show the 20 largest directories under the current path
du -h --max-depth=1 . 2>/dev/null | sort -hr | head -20