Forum Moderators: phranque
I downloaded bzip2-102-x86-win32.exe to my desktop. I click on that file and a black box opens and closes very quickly. That is all that happens.
The file I want to open wont.
Thanks,
What is it? I have a feeling it may be a MAC file. Any help?
The Unix command for compressing something is called 'tar' and the extension for compressed files is either tar or tar.bz2.
The term 'tar' came from putting 'tape archive' together into a cryptic command nobody but the Unix elite understand. The lingo for compressing a bunch of files together is: 'make a tarball'.
Example:
Oilman: "Hey G, Have you emailed me that file yet?"
Grnidone: "Not yet, Oil, I need to make a tarball first."
Macintosh users typically use a program called 'Stuffit' to compress their files, and the extension for that is either .sit or .hqx. They don't have any cool lingo for their compression program...that I know of.
What kind of program are you trying to use? Are you trying to open up a program (exectuable) file or an image/ non-program thing?
bzip2, bunzip2 - a block-sorting file compressor
bzip2 compresses files using the Burrows-Wheeler block sorting text
compression algorithm, and Huffman coding. Compression is generally
considerably better than that achieved by more conventional
LZ77/LZ78-based compressors, and approaches the performance of the PPM
family of statistical compressors.
Tar:
tar , an archiving pro-
gram designed to store and extract files from an archive file known as
a tarfile. A tarfile may be made on a tape drive, however, it is also
common to write a tarfile to a normal file. The first argument to tar
must be one of the options: Acdrtux, followed by any optional func-
tions. The final arguments to tar are the names of the files or direc-
tories which should be archived. The use of a directory name always
implies that the subdirectories below should be included in the
archive.