index
:
bin
master
My scripts
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
find-inodes
blob: c1ae84874c7711796307b4b6a5d45eb019612896 (
plain
)
1
2
3
#!/bin/sh GLOBIGNORE=. (for i in *; do echo -n "$i: "; find $i | wc -l; done) | sort -nk2