aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/finc3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/finc b/bin/finc
new file mode 100755
index 00000000..e8e6b974
--- /dev/null
+++ b/bin/finc
@@ -0,0 +1,3 @@
+#!/bin/sh
+# Count the number of entries from a find(1) condition
+find "$@" -exec printf .%sx {} + | wc -c