Question: Copy all files with .css extension with their parent folder from /var/www/html/ecommerce to ecommerce
Solution: Login to your desired server mentioned in question
Your extension may different from mine. Check question and replace your extension by my extension
Then type this command replacing your extension and folder
find /var/www/html/ecommerce -type f -name '*.css' -exec cp --parents {} /ecommerce \;
Download Coding Interview Book and Get More Tutorials for Coding and Interview Solution: Click Here
Download System Design Interview Book and Get More Tutorials and Interview Solution: Click Here
Do you need more Guidance or Help? Then Book 1:1 Quick Call with Me: Click Here
I am Ashadullah Shawon. I am a Software Engineer. I studied Computer Science and Engineering (CSE) at RUET. I Like To Share Knowledge. Learn More:
Click Here
0 comments:
Post a Comment