☰ Categories

Linux: Find and copy the same file type from multiple directories to a single directory

Example looking copying .jpg

find -type f -name ‘*.jpg’ -exec cp {} ../img ;