Skip to content

Instantly share code, notes, and snippets.

@stefandoorn
Created January 27, 2018 19:31
Show Gist options
  • Save stefandoorn/85715dbb50cfdae42bdae4bc96efdfd1 to your computer and use it in GitHub Desktop.
Save stefandoorn/85715dbb50cfdae42bdae4bc96efdfd1 to your computer and use it in GitHub Desktop.
Move JPG files recursive from folders to single folder
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