diff options
Diffstat (limited to 'content/blog/commands/find-hardlinks.md')
-rw-r--r-- | content/blog/commands/find-hardlinks.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/content/blog/commands/find-hardlinks.md b/content/blog/commands/find-hardlinks.md new file mode 100644 index 0000000..dd1b424 --- /dev/null +++ b/content/blog/commands/find-hardlinks.md @@ -0,0 +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 +--- + +{{< highlight sh >}} +find . -samefile /path/to/file +{{< /highlight >}} + |