This wiki has been permanently archived. As such, editing and registration have been closed.

Cp (command): Difference between revisions

From CollabVM Wiki, the horrible, autism-inducing, trash filled wiki, featuring people who can't speak English
Jump to navigation Jump to search
import>Lumpy HTF
this page was not created because cp stands for club penguin in terms of games
m 14 revisions imported
 
(One intermediate revision by one other user 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?
cp stands for CoPy.
{{Humor}}
This page was created because cp, outside of Unix, literally stands for (you know what), not because it also stands for Club Penguin for the game.

Latest revision as of 00:00, 20 December 2024

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?