mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-14 10:32:11 +03:00
168 B
168 B
rename
Rename a file or group of files with a regex.
- Replace
from
withto
in the filenames of the specified files:
rename 's/{{from}}/{{to}}/' {{*.txt}}