projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d81300
)
added todo
author
Chris Koeritz
<fred@gruntose.com>
Wed, 21 Jul 2021 23:40:30 +0000
(19:40 -0400)
committer
Chris Koeritz
<fred@gruntose.com>
Wed, 21 Jul 2021 23:40:30 +0000
(19:40 -0400)
scripts/files/summing_dir.pl
patch
|
blob
|
history
diff --git
a/scripts/files/summing_dir.pl
b/scripts/files/summing_dir.pl
index 82f4d29e0397fee5d36bc0af71874a0f6fdaa1f6..5cd9fa6b9b1f27b80b6401d02f38382f3fd30995 100644
(file)
--- 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\"";