Skip to content

Instantly share code, notes, and snippets.

@kurehajime
Last active September 3, 2015 14:11
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 kurehajime/5981db18429d2394bd15 to your computer and use it in GitHub Desktop.
Save kurehajime/5981db18429d2394bd15 to your computer and use it in GitHub Desktop.
ディレクトリは以下を個別に圧縮 //http://ameblo.jp/pclindesk/entry-10109694180.html
find . \! -name "*.zip" -type d -exec zip -r -j {}.zip {} \; -exec rm -R -d {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment