Created
May 29, 2014 06:11
-
-
Save mashhoodr/02af1a52e39b0291e395 to your computer and use it in GitHub Desktop.
Zips a list of files without their folder structure
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 $basePath -name "$pattern" -print | zip -j "$outputFileName" -@ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment