Find task failed

sudo find /var/www/html/beta -type f -iname “*.css” -exec cp --parents {} /beta ;

after executing the above command the task failed . kindly help me out what mistake done by me

Hello Sudhir,

Please check with the below find command.
find /var/www/html/media -name “Search_criteria” | cpio -pdm Copy_location

Hope it will help for you.

Thanks,

AkshayT