fdupes: add example to replace duplicate files with hardlinks (#8510)
This commit is contained in:
@@ -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}}`
|
||||||
|
Reference in New Issue
Block a user