www/content/blog/commands/find-inodes-used.md

247 B

title linkTitle date description
Find where inodes are used Find where inodes are used 2018-04-25 Find where inodes are used

{{< highlight sh >}} find . -xdev -printf '%h\n' | sort | uniq -c | sort -k 1 -n {{< /highlight >}}