2020-11-10 04:44:47 +00:00
|
|
|
# rename
|
|
|
|
|
2021-05-10 10:03:12 +01:00
|
|
|
> Rename a file or group of files with a regular expression.
|
2020-11-10 04:44:47 +00:00
|
|
|
|
|
|
|
- Replace `from` with `to` in the filenames of the specified files:
|
|
|
|
|
|
|
|
`rename 's/{{from}}/{{to}}/' {{*.txt}}`
|