1
mirror of https://github.com/RealOrangeOne/notes.git synced 2024-06-29 05:46:59 +01:00
notes/notes/rename-cli.md
2021-05-14 20:22:54 +01:00

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