Mv (command): Difference between revisions
Jump to navigation
Jump to search
import>Shitscop more like fuck m i mean its literally what happens |
m 3 revisions imported |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
<code>mv</code> is the name of the command used in | <code>mv</code> is the name of the command used in POXIX-Compatible systems 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? | 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? |
Latest revision as of 00:00, 20 December 2024
mv
is the name of the command used in POXIX-Compatible systems 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?