du -ah dir/ | sort -rh | head

Category: Administration

du -ah dir/ | sort -rh | head

Find the largest files and dirs in a directory

Lists all files and directories sorted by size, largest first. Combines du, sort, and head to find space hogs.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.