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