We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db23de6 commit 3c4e03fCopy full SHA for 3c4e03f
1 file changed
Makefile
@@ -78,7 +78,7 @@ wreck_the_warc:
78
@echo we will break and then fix this warc
79
cp whirlwind.warc.gz testing.warc.gz
80
rm -f testing.warc
81
- gunzip testing.warc.gz
+ gzip -d testing.warc.gz # windows gunzip no work-a
82
@echo
83
@echo iterate over this uncompressed warc: works
84
python ./warcio-iterator.py testing.warc
@@ -90,7 +90,7 @@ wreck_the_warc:
90
python ./warcio-iterator.py testing.warc.gz || /usr/bin/true
91
92
@echo "now let's do it the right way"
93
+ gzip -d testing.warc.gz
94
warcio recompress testing.warc testing.warc.gz
95
96
@echo and now iterating works
0 commit comments