From 097059996eb488310d595e5cf5695bf4ee53a25d Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Wed, 21 Jul 2021 19:40:30 -0400 Subject: [PATCH] added todo --- scripts/files/summing_dir.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/files/summing_dir.pl b/scripts/files/summing_dir.pl index 82f4d29e..5cd9fa6b 100644 --- a/scripts/files/summing_dir.pl +++ b/scripts/files/summing_dir.pl @@ -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\""; -- 2.34.1