aboutsummaryrefslogtreecommitdiff
path: root/content/blog/commands/find-hardlinks.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/blog/commands/find-hardlinks.md')
-rw-r--r--content/blog/commands/find-hardlinks.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/blog/commands/find-hardlinks.md b/content/blog/commands/find-hardlinks.md
index d418cc3..e8ebbea 100644
--- a/content/blog/commands/find-hardlinks.md
+++ b/content/blog/commands/find-hardlinks.md
@@ -10,6 +10,6 @@ tags:
## The command
-{{< highlight sh >}}
+```sh
find . -samefile /path/to/file
-{{< /highlight >}}
+```