mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 13:57:07 +02:00
rdfind: clarify usage of rdfind (#2341)
This commit is contained in:
parent
d0ce428755
commit
58263e4040
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
# rdfind
|
# rdfind
|
||||||
|
|
||||||
> Finds duplicate files and gets rid of them.
|
> Find files with duplicate content and get rid of them.
|
||||||
|
|
||||||
- Identify all duplicates in a given directory and outputs a summary:
|
- Identify all duplicates in a given directory and output a summary:
|
||||||
|
|
||||||
`rdfind -dryrun true {{path/to/directory}}`
|
`rdfind -dryrun true {{path/to/directory}}`
|
||||||
|
|
||||||
|
@ -16,4 +16,4 @@
|
||||||
|
|
||||||
- Delete all duplicates and do not ignore empty files:
|
- Delete all duplicates and do not ignore empty files:
|
||||||
|
|
||||||
`rdfind -deleteduplicates true -ignoreempty false {{/mnt/backup}}`
|
`rdfind -deleteduplicates true -ignoreempty false {{path/to/directory}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue