Friday, October 14, 2016
Focus on Data Science
This blog will reflect a few of the topics that I am interested in that I would like to learn. The best way of learning something is through teaching it so I am excited to begin this journey.
Find and copy
A quick way to find and list all the presentations and copy them to another directory.
find /home/user/ -type f -name "*.pptx" -exec cp -s --parents \{\} /home/user2/Presentations/ ';'
find /home/user/ -type f -name "*.pptx" -exec cp -s --parents \{\} /home/user2/Presentations/ ';'
Subscribe to:
Posts (Atom)