Gavin Cato wrote:

Is it feasible to process a whole month at once?

This is what I get ;


rtrsvr# flow-cat /storage/netflow/2004/2004-09/*/* | flow-print | more /usr/local/bin/flow-cat: Argument list too long. flow-print: ftiheader_read(): Warning, short read while loading header top. flow-print: ftiheader_read(): failed flow-print: ftio_init(): failed rtrsvr#

for i in /storage/netflow/2004/2004-09/*/* ; do flow-cat ${i} >> /tmp/my-concat ; done


flow-cat /tmp/my-concat | flow-print | more


Ras

_______________________________________________
Flow-tools mailing list
[EMAIL PROTECTED]
http://mailman.splintered.net/mailman/listinfo/flow-tools

Reply via email to