1
Fork 0
mirror of https://github.com/RealOrangeOne/notes.git synced 2024-11-17 04:59:07 +00:00
notes/content/shell/rename-cli.md

176 B

title tags
Bulk rename files
CLI
rename 's/<in_re>/<out_re>/g' *

Useful options:

-v: List files renamed -n: Dry-run -d: Act just on the filename