mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:02:09 +02:00
rename: add page (#4946)
This commit is contained in:
parent
17968341f1
commit
8d40ac5051
1 changed files with 7 additions and 0 deletions
7
pages/osx/rename.md
Normal file
7
pages/osx/rename.md
Normal file
|
@ -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}}`
|
Loading…
Add table
Reference in a new issue