Skip to content

mootcube/dfc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

52a686f · Nov 7, 2012
Apr 6, 2012
Apr 6, 2012
Mar 26, 2012
Apr 2, 2012
Apr 1, 2012
Apr 1, 2012
Apr 6, 2012
Apr 1, 2012
Apr 6, 2012
Apr 6, 2012
Apr 6, 2012
Apr 6, 2012
Apr 6, 2012
Nov 7, 2012
Apr 6, 2012

Repository files navigation

dfc is a simple tool that display file system usage

BUILD
simply use make:
	make

RUN
Once built, you can run it by typing:
	./dfc
see ./dfc -h for options and usage

INSTALL
By default, it will be installed in /usr/local/bin. As root, type:
	make install
If you want to override this, change the prefix like so:
	make PREFIX=/usr install