du

and,

Syntax

du [options] [file/directory]

Parameters

ParametersDescriptionExamplesLevel
-h (KB/MB/GB) Common
-s () Common
-d Common
--max-depth and more -d, Common
-a () Common
-c Common

Examples

du -sh *

du -sh /var/log/

10

du -h --max-depth=1 / 2>/dev/null | sort -hr | head -10

20 and

du -ah . | sort -hr | head -20

node_modules

du -sh node_modules/

Tips

Related Commands