mirror of https://github.com/CrimsonTome/tldr.git
258 B
258 B
rename
Rename a file or group of files with a regular expression. More information: https://keith.github.io/xcode-man-pages/rename.2.html.
- Replace
from
withto
in the filenames of the specified files:
rename 's/{{from}}/{{to}}/' {{*.txt}}