scc
scc copied to clipboard
Add ability to count compressed files
Two options.
- Have the decompressing handling done in code
- Have it accept params to decompress everything and then count it
Something like this https://stackoverflow.com/questions/24673335/how-do-i-read-a-gzipped-csv-file
but with TAR in there as well