Txt

Byte sized tech know-how.

  • Home
  • About

Tag Archives: bzip

13 Sep

Decompress Bzip2 File

Decompress a compressed tar archive in bzip2


tar -xvfj archive.tar.bz2tar -xvfj archive.tar.bz2
admin Posted in Command Line, Linux bzip, bzip2, command, compress, decompress, filler, Linux, tar, zip Leave a comment
11 Sep

Create a Bzip2 File

create a tarball compressed into bzip2


tar -cvfj archive.tar.bz2 dir
admin Posted in Command Line, Linux bz2, bzip, compress, filler, folder, tar, zip Leave a comment
21 Aug

Read Tarballed Text File

How to read a big text file that is tarballed – without extracting the whole thing…


bzcat enwiki-20070802-pages-articles.xml.bz2 | head -10
admin Posted in Command Line, Linux bzip, read, tar, text, wikipedia, zip Leave a comment

Post navigation

Categories

  • Code
  • Command Line
  • Configuration
  • CSS
  • HTML
  • internet
  • JavaScript
  • Linux
  • Mobile
  • Perl
  • PHP
  • Python
  • Ruby
  • Uncategorized

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Fruitful theme by fruitfulcode Powered by: WordPress
↑