added dir name to make output useful
authorChris Koeritz <cak0l@virginia.edu>
Wed, 21 Jul 2021 21:01:07 +0000 (17:01 -0400)
committerChris Koeritz <cak0l@virginia.edu>
Wed, 21 Jul 2021 21:01:07 +0000 (17:01 -0400)
scripts/files/fast_counter.sh

index e359514e6298495a6819303601274d60354143ef..6ab489902be7b7f69adbc0c71156e6cbb03f46a8 100644 (file)
@@ -1,6 +1,7 @@
 
 
 for dir in "${@}"; do
+  echo -n "files in '$dir':"
   /bin/ls -1fR "$dir" | grep -v "^$" | grep -v "^\.$" | grep -v "^\.\.$" | grep -v ".*:$" | wc -l
 
     # patterns that remove files from being counted, above: