Created
May 17, 2015 11:12
-
-
Save sthzg/6199ced3f4a9df036655 to your computer and use it in GitHub Desktop.
Copy all files recursively matching -iname to directory dest.
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
# Copy all files recursively matching -iname to directory dest. | |
find ./filer_public -iname "*.jpg" -exec cp -t dest {} + |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment