PiRSquared17 / warc-tools

Automatically exported from code.google.com/p/warc-tools
0 stars 0 forks source link

warcdump outputs header to STDERR and body to STDOUT #99

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'm not sure if this is deliberate or not, but warcdump outputs its header
line to STDERR and its body to STDOUT.

For example, runnnig:

$ app/warcdump -f five.warc > /dev/null

Results in this output to your terminal:
WarcId     Offset               CSize                Content-Length      
WARC-Type WARC-Date            WARC-Record-ID                             

Original issue reported on code.google.com by gordon.p...@gmail.com on 7 Nov 2008 at 3:46