i am using below command to enlist the direcoties with name containing linuxS_x86 .
" find src/ -type d -name 'linuxS_x86' "
it is giving correct output also. Now i want to copy the files from the all the directories enlisted with above command .
Please help me out ..?