Skip to content

Mv

mv command is used to move files or directories.

shell
pixelfs mv <source> <destination>
  • <source>: The path of the source file or directory.
  • <destination>: The path of the destination file or directory.

Example

shell
pixelfs mv /path/to/source /path/to/destination

Released under the GPL-3.0 License.