mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 22:22:18 +02:00
7 lines
181 B
Markdown
7 lines
181 B
Markdown
# rename
|
|
|
|
> Rename a file or group of files with a regular expression.
|
|
|
|
- Replace `from` with `to` in the filenames of the specified files:
|
|
|
|
`rename 's/{{from}}/{{to}}/' {{*.txt}}`
|