Created
February 22, 2018 21:24
-
-
Save adamgavlak/2ce7286b78d08355253e0f95f1c22305 to your computer and use it in GitHub Desktop.
Copy structured images into flat folder
This file contains 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 ./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