Skip to content

Instantly share code, notes, and snippets.

@freshyill
Created June 26, 2017 18:01
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 freshyill/b9f5de828c30fdb9643e6a2c0d0a745e to your computer and use it in GitHub Desktop.
Save freshyill/b9f5de828c30fdb9643e6a2c0d0a745e to your computer and use it in GitHub Desktop.
Zip each folder in directory
for f in * [14:00:21]
do
zip -r "${f}.zip" "$f"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment