Cp (command): Difference between revisions
Jump to navigation
Jump to search
import>User3412 No edit summary |
import>User3412 fix text |
||
Line 3: | Line 3: | ||
For example, if you have a file named <code>README.md</code>, and you want to copy it into a directory called <code>dir</code>, you run <code>cp README.md dir</code>. Simple enough, right? | For example, if you have a file named <code>README.md</code>, and you want to copy it into a directory called <code>dir</code>, you run <code>cp README.md dir</code>. Simple enough, right? | ||
cp stands for CoPy. |
Revision as of 16:15, 23 May 2022
cp
is the name of the command used in Unix to copy files/folders into a folder/directory
For example, if you have a file named README.md
, and you want to copy it into a directory called dir
, you run cp README.md dir
. Simple enough, right?
cp stands for CoPy.