Skip to content

Instantly share code, notes, and snippets.

@slav123
Created January 8, 2018 01:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save slav123/08d74064b20f2ec5e9ba07a59c801d4c to your computer and use it in GitHub Desktop.
Save slav123/08d74064b20f2ec5e9ba07a59c801d4c to your computer and use it in GitHub Desktop.
find files in subdirectories and move to one location
find ./ -name '*.JPG' -exec cp {} /Volumes/NO\ NAME/2014 \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment