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-hardlinks.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'content/blog/commands/find-hardlinks.md') diff --git a/content/blog/commands/find-hardlinks.md b/content/blog/commands/find-hardlinks.md index 03a873b..d418cc3 100644 --- a/content/blog/commands/find-hardlinks.md +++ b/content/blog/commands/find-hardlinks.md @@ -3,10 +3,13 @@ title: "Find hardlinks to a same file" date: 2018-03-02 description: How to list hardlinks that link to the same file tags: + - linux - toolbox - unix --- +## The command + {{< highlight sh >}} find . -samefile /path/to/file {{< /highlight >}} -- cgit v1.2.3