Linux: Find and copy the same file type from multiple directories to a single directory 12 years ago Timothy Conrad 1 minute Example looking copying .jpg find -type f -name ‘*.jpg’ -exec cp {} ../img ;