Copying specific subfolders with directory structure to a new folder
- by Shan
I have the following directory structure:
Main_Dir
|
------------------------------
Subdir1 Subdir2 Subdir3
| | |
----------- ---------- ---------
| | | | | | | | |
fo1 fo2 f03 fo1 fo2 f03 fo1 fo2 f03
I want to copy all the subdirectories (Subdir1, Subdir2, Subdir3) to a new folder.
But how would I only copy fo1 and fo2 folders to the new place?