Skip to content

Commit

Permalink
Fix hidden file example documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Ismael González <[email protected]>
  • Loading branch information
ismaelgv committed Aug 24, 2021
1 parent 7b06236 commit bed99fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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*
```
Expand Down

0 comments on commit bed99fb

Please sign in to comment.