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.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/content/blog/commands/find-hardlinks.md b/content/blog/commands/find-hardlinks.md
index dd1b424..b4a4011 100644
--- a/content/blog/commands/find-hardlinks.md
+++ b/content/blog/commands/find-hardlinks.md
@@ -1,12 +1,12 @@
---
title: "Find hardlinks to a same file"
-linkTitle: "Find hardlinks to a same file"
date: 2018-03-02
-description: >
- Find hardlinks to a same file
+description: How to list hardlinks that link to the same file
+tags:
+ - find
+ - simple utilities
---
{{< highlight sh >}}
find . -samefile /path/to/file
{{< /highlight >}}
-