summaryrefslogtreecommitdiffstats
path: root/find-inodes
diff options
context:
space:
mode:
Diffstat (limited to 'find-inodes')
-rwxr-xr-xfind-inodes3
1 files changed, 3 insertions, 0 deletions
diff --git a/find-inodes b/find-inodes
new file mode 100755
index 0000000..c1ae848
--- /dev/null
+++ b/find-inodes
@@ -0,0 +1,3 @@
+#!/bin/sh
+GLOBIGNORE=.
+(for i in *; do echo -n "$i: "; find $i | wc -l; done) | sort -nk2