difference between move cell and copy cell
Answers
Move cells involves changing the location of the content of the cell while copy cells involves making a duplicate of the cell.
Answer ✍️...
Difference Between Copying and Moving
* The main difference between copying and moving is that the copying makes a duplicate of a file or directory in another location without affecting the original content while moving transfers the original file or directory to another location.
* While working with computers, sometimes it is necessary to make duplicates of the same file or directories. Copying is a solution to this. It does not affect the original content. Instead, it makes a similar copy of the original to the new location. Moving, on the other hand, follows a different process. It transfers a file or a directory to another location. The original content is deleted, and a new one is available in the new location. This articles specifically discusses copying and moving in Linux.
Hope it's helpful you