Cp (command): Difference between revisions
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. |