Categories GNU/Linux Copy Files with specific extension from multiple directories into a single directory Linux Post author By Stephen H Post date May 16, 2014 How to Copy Files with specific extension from multiple directories into a single directory Linux find . -type f -print0 | xargs -0 cp -t /home/my/dir/ The only problem is file name conflicts…hmmm how to solve? ← What is the default php includes path on linux? → How to Register a Company with CIPC