rename: fix tables
This commit is contained in:
parent
c729e5007f
commit
cb4403589b
|
@ -28,12 +28,13 @@ rename -s .png .jpg.png *.png
|
||||||
|
|
||||||
Replace `.png` with `.jpg.png` in `*.png`.
|
Replace `.png` with `.jpg.png` in `*.png`.
|
||||||
|
|
||||||
|
|
||||||
### Options
|
### Options
|
||||||
|
|
||||||
| `-n` | Simulation
|
| Option | Description |
|
||||||
| `-l` | Symlink instead of rename
|
| --- | --- |
|
||||||
| `-i` | Interactive
|
| `-n` | Simulation |
|
||||||
|
| `-l` | Symlink instead of rename |
|
||||||
|
| `-i` | Interactive |
|
||||||
|
|
||||||
## Also see
|
## Also see
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue