*: path/to/everything (#9589)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
- Search a single directory:
|
||||
|
||||
`fdupes {{directory}}`
|
||||
`fdupes {{path/to/directory}}`
|
||||
|
||||
- Search multiple directories:
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
- Search a directory recursively:
|
||||
|
||||
`fdupes -r {{directory}}`
|
||||
`fdupes -r {{path/to/directory}}`
|
||||
|
||||
- Search multiple directories, one recursively:
|
||||
|
||||
@@ -21,12 +21,12 @@
|
||||
|
||||
- Search recursively and replace duplicates with hardlinks:
|
||||
|
||||
`fdupes -rH {{directory}}`
|
||||
`fdupes -rH {{path/to/directory}}`
|
||||
|
||||
- Search recursively for duplicates and display interactive prompt to pick which ones to keep, deleting the others:
|
||||
|
||||
`fdupes -rd {{directory}}`
|
||||
`fdupes -rd {{path/to/directory}}`
|
||||
|
||||
- Search recursively and delete duplicates without prompting:
|
||||
|
||||
`fdupes -rdN {{directory}}`
|
||||
`fdupes -rdN {{path/to/directory}}`
|
||||
|
Reference in New Issue
Block a user