The perfect choice of one-stop service for diversification of architecture.
This proof of concept is running inside my test directory, but there may be a lot to improve
Is there an elegant and fast way to copy a certain directory structure and only select a random amount of files to be copied with it. So for example you have the structure:
--MainDir --SubDir1 --SubSubDir1 --file1 --file2 --... --fileN --... --SubSubDirN --file1 --file2 --... --fileN --...
I want to copy the entire folder structure but choose only a specific number of random files from files1-filesN of each SubSubDir to be copied along.
·OTHER ANSWER:
Is there an elegant and fast way to copy a certain directory structure and only select a random amount of files to be copied with it. So for example you have the structure:
--MainDir --SubDir1 --SubSubDir1 --file1 --file2 --... --fileN --... --SubSubDirN --file1 --file2 --... --fileN --...
I want to copy the entire folder structure but choose only a specific number of random files from files1-filesN of each SubSubDir to be copied along.