simple script to count number of files in a directory
authorChris Koeritz <cak0l@virginia.edu>
Wed, 21 Jul 2021 20:20:05 +0000 (16:20 -0400)
committerChris Koeritz <cak0l@virginia.edu>
Wed, 21 Jul 2021 20:20:05 +0000 (16:20 -0400)
commit529ea909f454d4a75907ed01dbddfdfec10011d3
tree6a1d7d0da4ff5d3159d983392187cde8507a7711
parent76199e599941f6c18702ba1574bb2aaf62a34d9f
simple script to count number of files in a directory

doesn't include directories.  may not be perfect; does look for lines ending in a colon, to remove directory headings from recursive ls list.
scripts/files/fast_counter.sh [new file with mode: 0644]