From 23766907958505259eee7dd1c8812f658e5b2ba2 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Mon, 13 Sep 2021 00:48:07 +0200 Subject: Tags overhaul to improve search results, and some light rewording or reformating --- content/blog/commands/find-inodes-used.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'content/blog/commands/find-inodes-used.md') diff --git a/content/blog/commands/find-inodes-used.md b/content/blog/commands/find-inodes-used.md index 60be706..4936c70 100644 --- a/content/blog/commands/find-inodes-used.md +++ b/content/blog/commands/find-inodes-used.md @@ -3,10 +3,13 @@ title: "Find where inodes are used" date: 2018-04-25 description: How to locate what is taking all the inodes in the subdirectory of a given device tags: + - linux - toolbox - unix --- +## The command + {{< highlight sh >}} find . -xdev -printf '%h\n' | sort | uniq -c | sort -k 1 -n {{< /highlight >}} -- cgit v1.2.3