Skip to content

Instantly share code, notes, and snippets.

@ShaneIsley
Created January 18, 2011 02:45
Show Gist options
  • Save ShaneIsley/783901 to your computer and use it in GitHub Desktop.
Save ShaneIsley/783901 to your computer and use it in GitHub Desktop.
for i in ./A\ B\ C*; do zip -r ~/Desktop/"$i.zip" "$i"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment