forked from sulliventc/du
-
Notifications
You must be signed in to change notification settings - Fork 0
CS 285 - Unix Programming
License
unixsysprog/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)
About
CS 285 - Unix Programming
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 98.8%
- Makefile 1.2%