mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-12 23:47:59 +00:00
14 lines
251 B
Plaintext
14 lines
251 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, dos]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# REN
|
|
|
|
> Rename files (use for moving too).
|
|
> More information: <https://www.dosbox.com/wiki/Commands#REN>.
|
|
|
|
- Rename file:
|
|
|
|
`REN {{path/to/file}} {{new_name}}`
|