aboutsummaryrefslogtreecommitdiff
path: root/content/blog/commands/find-hardlinks.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/blog/commands/find-hardlinks.md')
-rw-r--r--content/blog/commands/find-hardlinks.md3
1 files changed, 3 insertions, 0 deletions
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 >}}