i need to copy all txt files included in a lot of subdirectories into a single directory. Example:
MyDir
Dir1
1.txt
2.txt
Dir2
a.txt
b.txt
e.jpg
Dir3
f.txt
k.txt
MyDestination
How to copy all txt to MyDestination ?
