Answers for "find files with extension and copy"

0

find files with extension and copy

find /path/to/search/ -type f -name "glob-to-find-files" | xargs cp -t /target/path/
Posted by: Guest on August-29-2020

Code answers related to "find files with extension and copy"

Browse Popular Code Answers by Language