Skip to content

Commit

Permalink
Fix trailing white spaces in the docs
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 bed99fb commit 29e9f57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ executable and other additional content such as completion files (*Bash*, *Zsh*,
*fish* and *PowerShell*).

### Arch Linux
A package is available in the AUR
A package is available in the AUR
([`rnr`](https://aur.archlinux.org/packages/rnr/)) to install latest version of
*RnR* on Arch Linux.

Expand Down Expand Up @@ -218,7 +218,7 @@ find . -type f +mtime 1 | xargs rnr -f file renamed

##### Read list of files from a file
```sh
cat file_list.txt | xargs rnr -f file rename
cat file_list.txt | xargs rnr -f file rename
```

`file_list.txt` content:
Expand Down Expand Up @@ -392,7 +392,7 @@ rnr -f -b file renamed ./*
More info about regex used [in the `regex` package](https://docs.rs/regex).
#### Replace extensions
```
rnr -f '\..*$' '.txt' ./*
rnr -f '\..*$' '.txt' ./*
```
*Original tree*
```
Expand Down

0 comments on commit 29e9f57

Please sign in to comment.