rename: fix tables

This commit is contained in:
Rico Sta. Cruz 2018-03-03 08:07:10 +08:00
parent c729e5007f
commit cb4403589b
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 5 additions and 4 deletions

View File

@ -27,13 +27,14 @@ rename -s .png .jpg.png *.png
```
Replace `.png` with `.jpg.png` in `*.png`.
### Options
| `-n` | Simulation
| `-l` | Symlink instead of rename
| `-i` | Interactive
| Option | Description |
| --- | --- |
| `-n` | Simulation |
| `-l` | Symlink instead of rename |
| `-i` | Interactive |
## Also see