rename: add page (#4946)

This commit is contained in:
niki six 2020-11-09 22:44:47 -06:00 committed by GitHub
parent 17968341f1
commit 8d40ac5051
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

7
pages/osx/rename.md Normal file
View 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}}`