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