add README

This commit is contained in:
Benjamin Harris 2016-10-16 17:20:48 -04:00
parent 1a26f625f8
commit 803d5071e2
1 changed files with 12 additions and 0 deletions

12
README.md Normal file
View File

@ -0,0 +1,12 @@
# 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.