First big articles reformatting now that I properly understand hugo

This commit is contained in:
Julien Dessaux 2021-03-11 19:47:26 +01:00
parent 5e6844592a
commit 1a4981a826
40 changed files with 184 additions and 173 deletions

View file

@ -1,12 +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
description: How to list hardlinks that link to the same file
tags:
- find
- simple utilities
---
{{< highlight sh >}}
find . -samefile /path/to/file
{{< /highlight >}}