From 1a4981a826bb94c478c6f49721396ec03e02649c Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Thu, 11 Mar 2021 19:47:26 +0100 Subject: First big articles reformatting now that I properly understand hugo --- content/blog/commands/find-inodes-used.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (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 d9965a4..efa29af 100644 --- a/content/blog/commands/find-inodes-used.md +++ b/content/blog/commands/find-inodes-used.md @@ -1,12 +1,12 @@ --- title: "Find where inodes are used" -linkTitle: "Find where inodes are used" date: 2018-04-25 -description: > - Find where inodes are used +description: How to locate what is taking all the inodes in the subdirectory of a given device +tags: + - find + - simple utilities --- {{< highlight sh >}} find . -xdev -printf '%h\n' | sort | uniq -c | sort -k 1 -n {{< /highlight >}} - -- cgit v1.2.3