For a set of directories with similar names at different location,
/foldX/dirA with sub-directories aa1 aa2 aa3 aa4 aa5
/foldZ/dirA with sub-directories aa1 aa2 aa3
/foldY/dirA with sub-directories aa1 aa2 aa3
What could be an efficient way to copy or move the directories aa* to another folder,
/foldNew/dirA, as aa1, aa2, aa3, aa4, aa5, aa6, aa7, aa8, aa9, aa10 ?
aa1 to aa4 from foldX
aa5 to aa7 from foldY
aa8 to aa10 from foldZ