-
Notifications
You must be signed in to change notification settings - Fork 0
https://github.com/sulliventc/du
License
unixsysprog/uulp-du
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
DU (1)
NAME
du - summarize disk usage for each directory recursively
SYNOPSIS
./du [-k] file...
DESCRIPTION
du cycles through the chosen directory recursively and reports the number of blocks used by each subdirectory.
OPTIONS
-k
reports number of 1024-byte blocks used. Default is 512-byte blocks.
BUGS
1. Passing in -k arg without specifying a directory will result in ENOENT
AUTHOR
Written by Colten Sullivent
DU (1)
Releases
No releases published
Packages 0
No packages published