mirror of
https://github.com/nushell/nushell.git
synced 2025-02-09 23:19:22 +01:00
263 B
263 B
title | layout | version |
---|---|---|
mv | command | 0.59.0 |
Move files or directories.
Signature
> mv (source) (destination)
Parameters
source
: the location to move files/directories fromdestination
: the location to move files/directories to