I have one folder in my internal HDD. I need to copy the folder to multiple external HDD. If the copy can happen simultaneously, it will help me gain time.
Folder name is "AllFiles" Folder is located at the root of the internal HDD. /AllFiles
No to copy it to /dev/sdb, /dev/sdc and /dev/sdd
I saw some command lines using cat and tee. I couldn't test it because it was for a specific purpose and the destination was a network folder.