nushell/docs/commands/mv.md

18 lines
263 B
Markdown
Raw Normal View History

---
title: mv
layout: command
version: 0.59.0
---
Move files or directories.
## Signature
```> mv (source) (destination)```
## Parameters
- `source`: the location to move files/directories from
- `destination`: the location to move files/directories to