Skip to content

Instantly share code, notes, and snippets.

@Matrix7867
Last active August 6, 2019 09:51
Show Gist options
  • Save Matrix7867/f758c677fe58e008045fca2a8aa9331a to your computer and use it in GitHub Desktop.
Save Matrix7867/f758c677fe58e008045fca2a8aa9331a to your computer and use it in GitHub Desktop.
create md5sum files for json.gz files
for i in *.gz; do md5sum $i > /home/ubuntu/lot/$i.md5; done;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment