Skip to content

sulliventc/du

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

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

No packages published