Files
cheatsheet-tldr/tldr/osx/rename

14 lines
348 B
Plaintext

---
syntax: markdown
tags: [tldr, osx]
source: https://github.com/tldr-pages/tldr.git
---
# 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` with `to` in the filenames of the specified files:
`rename 's/{{from}}/{{to}}/' {{*.txt}}`