Created
August 3, 2018 01:08
-
-
Save aburkard/8cbe1d76a79e9fa5983ca3b6e221323b to your computer and use it in GitHub Desktop.
Copy all files containing a string to another folder
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
find . -name "*hi*" -exec cp -i {} -t ../images_unflat/hi/ \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment