blob: dd1b424ba4d795bed1b9d1d28d17c65c9f6a07a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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 >}}
|