From bed99fb60a57f4773a22f123bc81340fe4a86d52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismael=20Gonz=C3=A1lez?= Date: Tue, 24 Aug 2021 19:56:14 +0200 Subject: [PATCH] Fix hidden file example documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ismael González --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12a11be..84595e7 100644 --- a/README.md +++ b/README.md @@ -318,7 +318,7 @@ rnr -f -r -d 2 file renamed ./ #### Recursive rename including directories and hidden files `rnr` ignore hidden files by default to speed up the operations and avoid problems with some particular directories like `.git/` or `.local/`. You can include hidden files passing `-x` option. Also, you can use include directories `-D` option with `-r` too. ```sh -rnr -f -r +rnr -f -r -D -x foo bar ``` *Original tree* ```