[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Unpack/Extract a file
- To: Avi Boots <aviboots(at-nospam)netvision.net.il>
- Subject: Re: Unpack/Extract a file
- From: Tzafrir Cohen <tzafrir(at-nospam)technion.ac.il>
- Date: Thu, 13 Dec 2001 11:47:26 +0200 (IST)
- Cc: <linux-il(at-nospam)linux.org.il>
- Delivered-To: linux.org.il-linux-il@linux.org.il
- In-Reply-To: <015b01c18096$a13c0700$0301a8c0@meisoftclient>
- Sender: linux-il-bounce(at-nospam)cs.huji.ac.il
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:tzafrir@technion.ac.il
http://www.technion.ac.il/~tzafrir
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il