Skip to content

Instantly share code, notes, and snippets.

@sthzg
Created May 17, 2015 11:12
Show Gist options
  • Save sthzg/6199ced3f4a9df036655 to your computer and use it in GitHub Desktop.
Save sthzg/6199ced3f4a9df036655 to your computer and use it in GitHub Desktop.
Copy all files recursively matching -iname to directory dest.
# 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