Skip to content

Instantly share code, notes, and snippets.

@founddrama
Created February 17, 2011 13:00
Show Gist options
  • Select an option

  • Save founddrama/831684 to your computer and use it in GitHub Desktop.

Select an option

Save founddrama/831684 to your computer and use it in GitHub Desktop.
for "disk space shaving"
for item in *;
do
zip -m "${item}.zip" "${item}";
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment