gunzip -c bnc.xml.gz.Z > vi.testlist # I use 'vi.' for any temp lists tail -100 vi.testlist | more # Check if end of file is correct cat vi.testlist | perl provalong.pl testlist.txt rm vi.testlist # clean-up