Sysinternals Freeware - Mark Russinovich & Bryce Cogswell

Du

Copyright © 2006 Mark Russinovich
Last Updated: January 26, 2006 v1.3

Introduction

Du (disk usage) reports the disk space usage for the directory you specify. By default it recurses directories to show the total size of a directory and its subdirectories.

Usage

Usage: du [[-v] [-l ] | [-n]] [-q]

-l
Specify subdirectory depth of information (default is all levels)
-n
Don't recurse
-q
Don't print the banner
-v
Show information in intermediate directorier

Download Du (20 KB)

Back to Top