Initial commit of a basically working but severely unpolished
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 29 Oct 2008 21:08:11 +0000 (21:08 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 29 Oct 2008 21:08:11 +0000 (21:08 +0000)
commit70322ae3751bc07ac749dffad79a5f3420e67b55
treee78d526f1a6fec9372ef7452d7d307d6c1a80b28
Initial commit of a basically working but severely unpolished
utility which does "du" only more usefully: its key feature is that
it breaks down your disk space usage simultaneously by subdirectory
and by atime, so that you can identify large chunks of data which
are simply gathering dust.

git-svn-id: svn://svn.tartarus.org/sgt/agedu@8224 cda61777-01e9-0310-a592-d414129be87e
15 files changed:
Makefile [new file with mode: 0644]
TODO [new file with mode: 0644]
agedu.c [new file with mode: 0644]
du.c [new file with mode: 0644]
du.h [new file with mode: 0644]
html.c [new file with mode: 0644]
html.h [new file with mode: 0644]
httpd.c [new file with mode: 0644]
httpd.h [new file with mode: 0644]
index.c [new file with mode: 0644]
index.h [new file with mode: 0644]
malloc.c [new file with mode: 0644]
malloc.h [new file with mode: 0644]
trie.c [new file with mode: 0644]
trie.h [new file with mode: 0644]