Skip to content

Instantly share code, notes, and snippets.

@raster
Created December 1, 2020 14:36
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 raster/d54f14bd41f80212402dc61a6c8a3de9 to your computer and use it in GitHub Desktop.
Save raster/d54f14bd41f80212402dc61a6c8a3de9 to your computer and use it in GitHub Desktop.
#!/bin/sh
/usr/bin/find /Users/pete/Projects/ -name '*.ai' -exec cp -p \{\} /Users/pete/EXAMPLES/ \;
# copy just the .ai files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment