How can I tail a zipped file without reading its entire contents?

前端 未结 7 1387
温柔的废话
温柔的废话 2020-12-15 15:35

I want to emulate the functionality of gzcat | tail -n.

This would be helpful for times when there are huge files (of a few GB\'s or so). Can I tail the last few li

7条回答
  •  北海茫月
    2020-12-15 16:00

    BGZF is used to created index gzip compressed BAM files created by Samtools. These are randomly accessible.

    http://samtools.sourceforge.net/

提交回复
热议问题