Cp (command): Difference between revisions

import>User3412
No edit summary
m 14 revisions imported
 
(6 intermediate revisions by 3 users not shown)
Line 2: Line 2:


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?
{{Humor}}
This page was created as a semi-joke, because cp literally stands for CoPy.