I have a bunch of folders in an external HDD and I want to copy a part of them. The folders have the following structure:
A001A A003A A004A etc... ...and all the folders contain similar directories e.g:
HHZ HH1 HH2 LHZ LH1 LH2 I need to copy all the directories (A001A, A002A ...) with the subdirectories (HHZ, HH1, HH2) but with only the directories with H initial (also every files in it).
How can I do that?