Skip to content

Instantly share code, notes, and snippets.

@Matrix7867
Created June 12, 2019 10:46
Show Gist options
  • Save Matrix7867/02f9776206fe138057821a39584c5d70 to your computer and use it in GitHub Desktop.
Save Matrix7867/02f9776206fe138057821a39584c5d70 to your computer and use it in GitHub Desktop.
Gzipping all *.json file to gzip
for i in *.json; do gzip $i; done;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment