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