On Sun, 9 Dec 2001, Avi Boots wrote: > Hi, > > How can i Unpack/Extract a file/s that have the extension above: (tar.bz2) > > --- cygwin-1.3.6-5-src.tar.bz2 --- > > ( http://sources.redhat.com/cygwin/ )
(on a linux machine: tar -tjvf , or similar variants) [off topic] But assuming that this is a windows machine... http://sources.redhat.com/cygwin/setup.exe Try installing a minimal environment (maybe only the cygwin dll and tar) and then use 'tar tjvf' as in linux. You may find it useful to install their complete envirnment (how could you ever live without grep on windows ;-) ) -- Tzafrir Cohen mailto:[EMAIL PROTECTED] http://www.technion.ac.il/~tzafrir ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]