www/content/blog/commands/find-hardlinks.md

12 lines
227 B
Markdown

---
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 >}}