gitlabEdit

move command

Summary

You can move the file or directory from one place to another

Description

This command allows you to move files or folders to a different name, or different path. This is useful for many purposes.

Command usage

  • move (source) (target)

Examples

  • move hello.txt ../goodbye.txt: Moves hello.txt to parent directory and renames it goodbye.txt

  • copy DebugInfo.txt Debug: Moves DebugInfo.txt to a different directory

Last updated