LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   read.bz2 (https://www.linuxquestions.org/questions/linux-software-2/read-bz2-4175528110/)

tajigul 12-12-2014 02:54 PM

read.bz2
 
how to see read.bz2 file

TB0ne 12-12-2014 03:08 PM

Quote:

Originally Posted by tajigul (Post 5283761)
how to see read.bz2 file

Please see the "Question Guidelines" link in my posting signature.

You have provided ZERO details about what you're asking, so there's not a lot anyone can tell you. Any bz2 file can be uncompress by using the bzip2 command. Type in "bzip2 --help" for details.

jdkaye 12-12-2014 03:48 PM

1. Open a terminal.
2. Navigate to the folder where the tar.bz2 file is kept.
3. Type this command on the terminal
Code:

tar -jxvf <name of your file>.bz2
You fail to tell us what kind of files are in the tar.bz2 archive so I can't tell you what to do once you've unpacked the files.
jdk

John VV 12-12-2014 04:09 PM

unzip the archive as you would ANY ZIPPED ARCHIVE
this is the same as on windows 7 , 8 or a mac !!!!!!

rtmistler 12-15-2014 12:54 PM

Do a tar -tvf of the bz2 file. Sometimes I prefer to view the contents versus extract if I don't know what's yet contained within the compressed file.

tajigul 12-15-2014 01:11 PM

thank you for yours replying. I did it.

jdkaye 12-16-2014 02:30 AM

Quote:

Originally Posted by tajigul (Post 5285028)
thank you for yours replying. I did it.

Can you tell us what you did and then mark this thread as [SOLVED]. This will help other users with the same problem as yours.
Thanks,
jdk


All times are GMT -5. The time now is 03:08 PM.