Created
July 22, 2015 15:52
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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