From 803d5071e27af02f34c37b8d08059bf289bcfc72 Mon Sep 17 00:00:00 2001 From: Benjamin Harris Date: Sun, 16 Oct 2016 17:20:48 -0400 Subject: [PATCH] add README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5df9419 --- /dev/null +++ b/README.md @@ -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. +