You can move the file or directory from one place to another
This command allows you to move files or folders to a different name, or different path. This is useful for many purposes.
move <source> <target>
move hello.txt ../goodbye.txt: Moves hello.txt to parent directory and renames it goodbye.txt
move hello.txt ../goodbye.txt
move DebugInfo.txt Debug: Moves DebugInfo.txt to a different directory
move DebugInfo.txt Debug
Last updated 1 year ago