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