In Windows it is the action of storing a content (texts, images, folders, files, etc.) selected in the Windows clipboard and then can be "pasted" or played elsewhere.In English is Copy.
Copy is different from Cut in that the first duplicates the content, instead Cut removes the original.
How to perform the Copy on Windows action
-Select the content to be copied that can be a file, folder, text, etc.The copying action is performed on Windows with the CTRL + C key combination.Then to Paste the previously selected content press CTRL + V.
-Right click on the content to be copied (file, folder, text, etc.), and in the context menu displayed select Copy, then to Paste this content you right click on the right place, the context menu opens and click on Paste r.
Copy to the UNIX, Linux and other shell
The cp command is used as follows:
cp file/home/file/
Copy files and directories in DOS
There are basically two copy and xcopy commands.The first one cannot copy subdirectories, instead xcopy allows you to copy files and subdirectories.Its syntax is as follows:
copy C: \ file.txt C: \ directory_name \
copy *.* D: \ directory_name \
Any questions? needs more information?
Write and we will respond to your email
Comments
Post a Comment