summaryrefslogtreecommitdiffstats
path: root/find-inodes
blob: afb5e26a522755c97e047e96e52a06be51fbe6c1 (plain)
1
2
3
#!/bin/sh
GLOBIGNORE=.
(for i in *; do echo -n "$i: "; find "$i" -xdev | wc -l; done) | sort -nk2