Read Tarballed Text File
Tagged with: bzip, read, tar, text, wikipedia, zip
Tuesday, August 21st, 2007 10:51 PM
How to read a big text file that is tarballed - without extracting the whole thing…
bzcat enwiki-20070802-pages-articles.xml.bz2 | head -10
[tags]tar,zip,bzip,text,read,wikipedia[/tags]