Skip to content

Instantly share code, notes, and snippets.

@adamgavlak
Created February 22, 2018 21:24
Show Gist options
  • Save adamgavlak/2ce7286b78d08355253e0f95f1c22305 to your computer and use it in GitHub Desktop.
Save adamgavlak/2ce7286b78d08355253e0f95f1c22305 to your computer and use it in GitHub Desktop.
Copy structured images into flat folder
find ./src/ \( -not -path '*/\.*' -iname '*.jpg' -o -iname '*.jpeg' -o -iname '*.png' \) -exec ~/rsync -N --crtimes '{}' ./dist/ \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment