I tried to do specific thing using for loops and I need you help.
I have different folders that have different names like GCF_A1
GCF_C4
GCF_R3
... and so on.
Every folder there's lots of files that have different names like this GCF444444
GCF00001RR
GCF1000FF
... and so on.
What I want to do is make all the GCF4444
files (that are in gz
format, and in the different folders) in one file.
For example if I have 5 folders in each one there's a file I want to copy, then I want to have, in the end, one file that contains all of the content of the five files in the different folders.