mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-18 09:06:26 +08:00
rename: add page (#4946)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# rename
|
||||
|
||||
> Rename a file or group of files with a regex.
|
||||
|
||||
- Replace `from` with `to` in the filenames of the specified files:
|
||||
|
||||
`rename 's/{{from}}/{{to}}/' {{*.txt}}`
|
||||
Reference in New Issue
Block a user