mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 08:22:08 +02:00
fdupes: add example to replace duplicate files with hardlinks (#8510)
This commit is contained in:
parent
4066cb9dac
commit
e9c9912bf7
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@
|
||||||
|
|
||||||
`fdupes {{directory1}} -R {{directory2}}`
|
`fdupes {{directory1}} -R {{directory2}}`
|
||||||
|
|
||||||
|
- Search recursively and replace duplicates with hardlinks:
|
||||||
|
|
||||||
|
`fdupes -rH {{directory}}`
|
||||||
|
|
||||||
- Search recursively for duplicates and display interactive prompt to pick which ones to keep, deleting the others:
|
- Search recursively for duplicates and display interactive prompt to pick which ones to keep, deleting the others:
|
||||||
|
|
||||||
`fdupes -rd {{directory}}`
|
`fdupes -rd {{directory}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue