aboutsummaryrefslogtreecommitdiff
path: root/content/blog/commands/find-hardlinks.md
blob: 03a873bb15ba687074a12f9d0263b6cbb48f00b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
title: "Find hardlinks to a same file"
date: 2018-03-02
description: How to list hardlinks that link to the same file
tags:
  - toolbox
  - unix
---

{{< highlight sh >}}
find . -samefile /path/to/file
{{< /highlight >}}