Tags overhaul to improve search results, and some light rewording or reformating
This commit is contained in:
parent
78d7544339
commit
2376690795
56 changed files with 116 additions and 19 deletions
|
@ -3,10 +3,13 @@ title: "Find hardlinks to a same file"
|
|||
date: 2018-03-02
|
||||
description: How to list hardlinks that link to the same file
|
||||
tags:
|
||||
- linux
|
||||
- toolbox
|
||||
- unix
|
||||
---
|
||||
|
||||
## The command
|
||||
|
||||
{{< highlight sh >}}
|
||||
find . -samefile /path/to/file
|
||||
{{< /highlight >}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue