mirror of https://github.com/CrimsonTome/tldr.git
8 lines
168 B
Markdown
8 lines
168 B
Markdown
|
# rename
|
||
|
|
||
|
> Rename a file or group of files with a regex.
|
||
|
|
||
|
- Replace `from` with `to` in the filenames of the specified files:
|
||
|
|
||
|
`rename 's/{{from}}/{{to}}/' {{*.txt}}`
|