Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 601 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 601 Bytes

treesize

Utility to enumerate subdirectory sizes

Install via 'npm install -g treesize'

To use, run treesize from a directory of interest to see the inclusive and exclusive size of it and all its subdirectories.

  Usage: treesize [options]

  Options:

    -h, --help         output usage information
    -V, --version      output the version number
    -p, --path <path>  The path to the directory
    -d, --depth <n>    The level of subdirectories to show
    -s, --size <n>     Limit output to subdirectories over <n>MB
    -f, --fullpath     Report the full path to the directories