1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-20 02:35:44 +02:00
tldr/pages/osx/rename.md
Managor ba6daef39d
*: standardize regex usage (#17328)
Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
2025-07-25 08:50:06 +03:00

8 lines
247 B
Markdown

# rename
> Rename a file or group of files with a `regex`.
> More information: <https://keith.github.io/xcode-man-pages/rename.2.html>.
- Replace `from` with `to` in the filenames of the specified files:
`rename 's/{{from}}/{{to}}/' {{*.txt}}`