public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
* Linux File Extensions
@  JP Jamous
   ` Samuel Thibault
   ` Gaijin
  0 siblings, 2 replies; 4+ messages in thread
From: JP Jamous @  UTC (permalink / raw)
  To: 'Speakup is a screen review system for Linux.'

I run into this extension sometimes. What does it mean? Is this a compressed
file or is it like a EXE in windows? ".tar.bz2"

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Linux File Extensions
   Linux File Extensions JP Jamous
@  ` Samuel Thibault
     ` JP Jamous
   ` Gaijin
  1 sibling, 1 reply; 4+ messages in thread
From: Samuel Thibault @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

JP Jamous, le Tue 27 Apr 2010 06:23:27 -0400, a écrit :
> I run into this extension sometimes. What does it mean? Is this a compressed
> file or is it like a EXE in windows? ".tar.bz2"

It is a compressed file, like .zip files. Use

tar xjf file.tar.bz2

to uncompress it

Samuel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: Linux File Extensions
   ` Samuel Thibault
@    ` JP Jamous
  0 siblings, 0 replies; 4+ messages in thread
From: JP Jamous @  UTC (permalink / raw)
  To: 'Speakup is a screen review system for Linux.'

Thank you. 

-----Original Message-----
From: speakup-bounces@braille.uwo.ca [mailto:speakup-bounces@braille.uwo.ca]
On Behalf Of Samuel Thibault
Sent: Tuesday, April 27, 2010 6:46 AM
To: Speakup is a screen review system for Linux.
Subject: Re: Linux File Extensions

JP Jamous, le Tue 27 Apr 2010 06:23:27 -0400, a écrit :
> I run into this extension sometimes. What does it mean? Is this a 
> compressed file or is it like a EXE in windows? ".tar.bz2"

It is a compressed file, like .zip files. Use

tar xjf file.tar.bz2

to uncompress it

Samuel
_______________________________________________
Speakup mailing list
Speakup@braille.uwo.ca
http://speech.braille.uwo.ca/mailman/listinfo/speakup


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Linux File Extensions
   Linux File Extensions JP Jamous
   ` Samuel Thibault
@  ` Gaijin
  1 sibling, 0 replies; 4+ messages in thread
From: Gaijin @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Try using tar xvfj <tarfile.bz2 to decompress this file.  You may have 
to install the bzip2 compression package.  bBzip2 is basically 30% 
better than gzip for text files, while gzip is a little better than 
bzip2 for binaries.  For text files, bzip2 will usually compress files 
up to 80%, where gzip only goes up to about 50%, so bz2 is basically 
better for sourcecode packages.  HTH,

				Michael


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~ UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
 Linux File Extensions JP Jamous
 ` Samuel Thibault
   ` JP Jamous
 ` Gaijin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).