1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2026-08-15 13:34:53 +02:00

rename: fix tables

This commit is contained in:
Rico Sta. Cruz
2018-03-03 08:07:10 +08:00
parent c729e5007f
commit cb4403589b

View File

@@ -28,12 +28,13 @@ 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