Answers for "linux copy all files with extension"

1

linux copy all files with extension

$ find . -name \*.xls -exec cp {} newDir \;
Posted by: Guest on February-28-2022

Code answers related to "linux copy all files with extension"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language