unixsysprog / uulp-du

https://github.com/sulliventc/du

Home Page:https://github.com/sulliventc/du

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://github.com/sulliventc/du

https://github.com/sulliventc/du

License:MIT License


Languages

Language:C 98.8%Language:Makefile 1.2%