This wiki has been permanently archived. As such, editing and registration have been closed.

Mv (command): Difference between revisions

From CollabVM Wiki, the horrible, autism-inducing, trash filled wiki, featuring people who can't speak English
Jump to navigation Jump to search
import>User3412
Created page with "mv is the name of the command used in unix to move files to an folder/directory"
 
import>Shitscop more like fuck
m i mean its literally what happens
Line 1: Line 1:
mv is the name of the command used in unix to move files to an folder/directory
<code>mv</code> is the name of the command used in Unix to move files/folders into a folder/directory
 
For example, if you have a file named <code>README.md</code>, and you want to move it into a directory called <code>dir</code>, you run <code>mv README.md dir</code>. Simple enough, right?

Revision as of 15:27, 23 May 2022

mv is the name of the command used in Unix to move files/folders into a folder/directory

For example, if you have a file named README.md, and you want to move it into a directory called dir, you run mv README.md dir. Simple enough, right?