Created
January 27, 2018 19:31
-
-
Save stefandoorn/85715dbb50cfdae42bdae4bc96efdfd1 to your computer and use it in GitHub Desktop.
Move JPG files recursive from folders to single 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 ./folder-from -name '*.jpg' -exec cp '{}' ./folder-to \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment