brew install rename
See: http://plasmasturm.org/code/rename/
rename 's/hello/world/' *.txt
Rename hello.txt
to world.txt
and so on in *.txt
.
rename -s .png .jpg.png *.png
Replace .png
with .jpg.png
in *.png
.
Option | Description |
---|---|
-n |
Simulation |
-l |
Symlink instead of rename |
-i |
Interactive |
Subscribe to get resources directly to your inbox. You won't receive any spam! ✌️