aboutsummaryrefslogtreecommitdiff
path: root/bin/finc.sh
blob: 2bbb9ae8c635e6ac2c4390a9e990cbe8a490df44 (plain) (blame)
1
2
# Count the number of entries from a find(1) condition
find "${@:-.}" -exec printf .%sx {} + | wc -c