Welcome to Westonci.ca, the Q&A platform where your questions are met with detailed answers from experienced experts. Experience the ease of finding reliable answers to your questions from a vast community of knowledgeable experts. Get quick and reliable solutions to your questions from a community of experienced experts on our platform.

Difference between copy command and cut command

Sagot :

Answer:

Control (Ctrl) + C. Remember "C" as. The COPY command is used for just that - it copies the text or image you have selected and stores is on your virtual clipboard

Cut command = Sections of a specified file or piped data and print the result to standard output. The command cuts parts of a line by field, delimiter, byte position, and character.

Explanation:

Think of copy command as a "duplicating tool." It is taking something and duplicating it, making an exact second version of it.

The cut command is like a "delete" key. It takes something and cuts it, or deletes it.