sc3-rom-dump/rom/help/move.txt

7 lines
234 B
Plaintext
Raw Normal View History

2024-01-15 10:36:50 +01:00
mv moves a file or directory from one location to another.
ex:
"mv foo bar" renames the file "foo" to "bar".
"mv foo bar/foo" moves the file "foo" to a folder called "bar".
"mv disk/* disk2" moves the contents of one disk to another