
cp:ai:70baf
Copy folder and show copy speed
$ cp -r -v /path/to/source_folder /path/to/destination_folder
try on your machine
This command will recursively copy the source_folder to the destination_folder and display the copy progress with speed.
This explanation was created by an AI. In most cases those are correct. But please always be careful and
never run a command you are not sure if it is safe.
Questions that are answered by this command:
- How to copy a folder and show copy speed?