mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 14:02:08 +02:00
243 B
243 B
rename
Rename a file or group of files with a regular expression. More information: https://www.manpagez.com/man/2/rename/.
- Replace
from
withto
in the filenames of the specified files:
rename 's/{{from}}/{{to}}/' {{*.txt}}