From owner-freebsd-questions@FreeBSD.ORG Mon Dec 6 09:55:39 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6AA13106566B for ; Mon, 6 Dec 2010 09:55:39 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id D6E1F8FC08 for ; Mon, 6 Dec 2010 09:55:38 +0000 (UTC) X-Spam-Status: No X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-2.9, required 5, autolearn=not spam, ALL_TRUSTED -1.00, BAYES_00 -1.90) X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-ID: oB69tIe5027614 Received: from gkeramidas-glaptop.linux.gr ([74.125.57.36]) (authenticated bits=0) by igloo.linux.gr (8.14.3/8.14.3/Debian-9.4) with ESMTP id oB69tIe5027614 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 6 Dec 2010 11:55:24 +0200 From: Giorgos Keramidas To: Zbigniew Szalbot References: Date: Mon, 06 Dec 2010 10:55:17 +0100 In-Reply-To: (Zbigniew Szalbot's message of "Mon, 6 Dec 2010 08:17:17 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: User Questions Subject: Re: Archiving directories / zip format X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Dec 2010 09:55:39 -0000 On Mon, 6 Dec 2010 08:17:17 +0100, Zbigniew Szalbot wr= ote: > Dear=A0all, > > From time to time I want to archive a quite a few directories to download > them conveniently. I have been using tar to do it, endingin up with a > tar.gz file. But the problem with it is that I do not have a unix machine > at home so if I want to extract something or unpack the content, there is > no easy way to do that. My question basically is if there is a way to end > up with a zip file? Or are there any windows tools to unzip and/or > extract content from tar.gz files? You can use the archivers/zip port, which installs a zip(1) utility with a command-line syntax vaguely similar to the pkzip/pkunzip tools from old DOS days. Then again you can keep using tar.gz or tar.bz2 archivers, like you do now. WinZip and WinRar tools can deal quite fine with these two compression formats, Linux machines also have tar/gzip/bzip2 and the rest of the platforms out there (e.g. MacOS) may have tools similar to WinZip / WinRar.