Usage

du [ -shR ] fspec ...


The sizes of all files that match each file specification are added. The total size (in bytes) and the total number of matching files are written to stdout.

By default, ordinary files are included. Specify -s to include system files and -h to include hidden files.

Specify -R to recurse subdirectories looking for matching files.