Go to file
Ben Harris b8b5675ddb add gitattributes 2016-10-25 02:07:56 -04:00
.gitattributes add gitattributes 2016-10-25 02:07:56 -04:00
.gitignore gitignore for build artifacts and executables 2016-10-25 02:05:37 -04:00
Makefile really done now 2016-10-25 02:02:08 -04:00
README.md gitignore for build artifacts and executables 2016-10-25 02:05:37 -04:00
dircount.cc gitignore for build artifacts and executables 2016-10-25 02:05:37 -04:00
dircount_v2.cc gitignore for build artifacts and executables 2016-10-25 02:05:37 -04:00

README.md

Dircount assignment

CS426

1 - prints every full pathname

1 - prints a [f] or a [d] next to the path depending on type

1 - counts the total number of files

1 - counts the total number of directories

1 - Never count the same file twice, even if there are links.

1 - does not go into an infinite loop even if the diretcory structure has loops

1 - prints the total on disk space used. (NOT the sum of all the file sizes)

-1 - Each day after Wed Oct 26th.