Skip to content

Instantly share code, notes, and snippets.

@mashhoodr
Created May 29, 2014 06:11
Show Gist options
  • Save mashhoodr/02af1a52e39b0291e395 to your computer and use it in GitHub Desktop.
Save mashhoodr/02af1a52e39b0291e395 to your computer and use it in GitHub Desktop.
Zips a list of files without their folder structure
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