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

Cp (command)

From CollabVM Wiki, the horrible, autism-inducing, trash filled wiki, featuring people who can't speak English
Revision as of 18:41, 11 March 2023 by import>Autumn
Jump to navigation Jump to search

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?