mirror of
https://github.com/cupcakearmy/memoir.git
synced 2025-09-07 00:10:40 +00:00
switch to nextra
This commit is contained in:
15
pages/cli/rename.md
Executable file
15
pages/cli/rename.md
Executable file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
tags:
|
||||
- rename
|
||||
- regex
|
||||
---
|
||||
|
||||
# `rename`
|
||||
|
||||
`rename` is a command to rename based on regex.
|
||||
|
||||
```bash
|
||||
rename 's/.odt.md/.md/' *.odt.md
|
||||
```
|
||||
|
||||
> Use the `-n` flag to dry run
|
Reference in New Issue
Block a user