Cp (command): Difference between revisions
import>Lumpy HTF Created page with "<code>cp</code> 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 <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? This page was created as a joke, because cp literally stands for (you know what)." |
import>User3412 its not an joke |
||
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? | ||