I want to copy a file from one folder to another folder which has many sub-folders. Using command line. How can I copy this file to all sub-folders.
Eg. I have a file called Test.txt. I want to copy this file to another folder "Data", which has many subfolders 'Data-1', 'Data-2', 'Data-3' etc. Using command I want to copy this text file to all these sub-folders in a single command.