1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 18:55:27 +02:00

fdupes: correct description of -rH to 'consider hardlinks' (#13289)

Correct description of fdupes -rH to 'consider hardlinks'
This commit is contained in:
Daniel Birket 2024-07-21 10:00:42 -04:00 committed by GitHub
parent 4e553a492a
commit 9225f1fe91
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,7 @@
`fdupes {{directory1}} -R {{directory2}}`
- Search recursively and replace duplicates with hardlinks:
- Search recursively, considering hardlinks as duplicates:
`fdupes -rH {{path/to/directory}}`