added todo
[feisty_meow.git] / scripts / files / summing_dir.pl
index 82f4d29e0397fee5d36bc0af71874a0f6fdaa1f6..5cd9fa6b9b1f27b80b6401d02f38382f3fd30995 100644 (file)
@@ -40,6 +40,7 @@ if ($#ARGV < 0) {
 # add parameters to our chewed_line, but skip items if they are flags we don't
 # implement.
 foreach $dir (@arg_list) {
+#hmmm: fix this by using a pattern, to exclude cmd line parms, but recognize some of them, like recursive?  hmmm.
   if ($dir eq "-al") { next; }  # skip ls directives.
   if ($dir eq "-l") { next; }  # skip ls directives.
   $chewed_line = $chewed_line . " \"$dir\"";