Skip to content

Instantly share code, notes, and snippets.

@mrpatrick
Created July 22, 2015 15:52
Show Gist options
  • Save mrpatrick/a7c1a1b4985a9af1494e to your computer and use it in GitHub Desktop.
Save mrpatrick/a7c1a1b4985a9af1494e to your computer and use it in GitHub Desktop.
find uncompressed file size. The first line returns the uncompressed file size in bytes
#!/bin/bash
time zcat test.gz| wc -c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment