From 58263e4040554375f81a361c2b6ae7fc466785f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Wei=C3=9Fmann?= Date: Wed, 19 Sep 2018 17:31:46 +0200 Subject: [PATCH] rdfind: clarify usage of rdfind (#2341) --- pages/common/rdfind.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/common/rdfind.md b/pages/common/rdfind.md index 0fa6bf1a01..b5ca66f419 100644 --- a/pages/common/rdfind.md +++ b/pages/common/rdfind.md @@ -1,8 +1,8 @@ # 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}}` @@ -16,4 +16,4 @@ - Delete all duplicates and do not ignore empty files: -`rdfind -deleteduplicates true -ignoreempty false {{/mnt/backup}}` +`rdfind -deleteduplicates true -ignoreempty false {{path/to/directory}}`