-
Notifications
You must be signed in to change notification settings - Fork 1
CS 285 - Unix Programming
License
sulliventc/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