Skip to content

Instantly share code, notes, and snippets.

@melastmohican
Last active March 1, 2017 05:12
Show Gist options
  • Save melastmohican/ccfc504cd908ae05207805493bd24b8a to your computer and use it in GitHub Desktop.
Save melastmohican/ccfc504cd908ae05207805493bd24b8a to your computer and use it in GitHub Desktop.
Create multiple individual zip files
find . -type f -name "*.lrcat" -execdir zip '{}.zip' '{}' \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment