1
0
Fork 0
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:
Philipp Weißmann 2018-09-19 17:31:46 +02:00 committed by Owen Voke
parent d0ce428755
commit 58263e4040

View file

@ -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}}`