Top "Bzip2" questions

bzip2 is a Unix command used for compression and decompression of files.

Utilizing multi core for tar+gzip/bzip compression/decompression

I normally compress using tar zcvf and decompress using tar zxvf (using gzip due to habit). I've recently gotten a …

gzip tar bzip2 bzip
missing python bz2 module

I have installed at my home directory. [spatel@~ dev1]$ /home/spatel/python-2.7.3/bin/python -V Python 2.7.3 I am trying to …

python linux bzip2
How to use awk for a compressed file

How can I change the following command for a compressed file? awk 'FNR==NR { array[$1,$2]=$8; next } ($1,$2) in array { print $0 ";" array[$1,$2] }…

linux shell unix gzip bzip2
Extract bz2 file in R

I have bunch of .csv.bz2 files, which i have to download, extract, and read in R. I downloaded the …

r bzip2
PHP Enable bz2 Extension In Php.ini

I an trying to download a file using composer in php, but the file needs to be decompress with bzipped. …

php composer-php php-ini bzip2
Linux search text string from .bz2 files recursively in subdirectories

I have a case where multiple .bz2 files are situated in subdirectories. And I want to search for a text, …

linux recursion grep bzip2
Best splittable compression for Hadoop input = bz2?

We've realized a bit too late that archiving our files in GZip format for Hadoop processing isn't such a great …

hadoop gzip hdfs bzip2
'bz2 is module not available' when installing Pandas with pip in python virtual environment

I am going through this post Numpy, Scipy, and Pandas - Oh My!, installing some python packages, but got stuck …

python pandas pip bzip2 pythonbrew
Bz2 every file in a dir

I am running centos and I have around 1,300 files in a folder that each need to be bzipped individually. What …

linux unix compression centos bzip2
Uncompress BZIP2 archive

I can uncompress zip, gzip, and rar files, but I also need to uncompress bzip2 files as well as unarchive …

java api compression bzip2