Answers for "how to find files and copy them in terminal"

0

how to find files and copy them in terminal

find /home/shantanu/processed/ -name '*2011*.xml' -exec cp "{}" /home/shantanu/tosend  ;
Posted by: Guest on January-30-2022

Code answers related to "how to find files and copy them in terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language