Created
September 5, 2017 01:18
-
-
Save hiiamyes/bca0536d8d7812458d9ad34b766db490 to your computer and use it in GitHub Desktop.
copy all files with a certain extension from all subdirectories
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://stackoverflow.com/questions/15617016/cp-copy-all-files-with-a-certain-extension-from-all-subdirectories | |
find . -name \*.xls -exec cp {} newDir \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment