file_copying
File copying
- Snippet from Wikipedia: File copying
In computing, file copying is the act of creating a new file such that it has the same content as an existing file. The operation is sometimes called cloning.
Generally, an operating system command-line shell provides for file copying via commands
cp
,copy
and similar variants.mv
also copies files but only when the source and destination are on different file systems. Windows also provides includes the more advanced tools: Robocopy and xcopy.Many operating systems also provide for copying files via a graphical user interface, such as a file manager. It may provide for copy-and-paste and drag-and-drop user experience.
Notable third-party utilities:
- FastCopy
- Rclone
- RichCopy
- rsync
- TeraCopy
- Ultracopier
file_copying.txt · Last modified: 2025/02/01 06:58 by 127.0.0.1