From owner-freebsd-questions@FreeBSD.ORG Mon Dec 6 13:38:42 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 DD8D2106566C for ; Mon, 6 Dec 2010 13:38:42 +0000 (UTC) (envelope-from christer.solskogen@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 903418FC14 for ; Mon, 6 Dec 2010 13:38:42 +0000 (UTC) Received: by vws9 with SMTP id 9so4692306vws.13 for ; Mon, 06 Dec 2010 05:38:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=3eDuGldPXjt6ZwtQqX7bqKg6s1FBpUVVuZrHsBIwccA=; b=qgI1TdrA00FgA8U3tOtqrO0yOO4Y6Hl71ZJ8QsVgdhWFnwuNCyjOsM0u6+1uTpKUlU yLpqDgdWyagqZVeRNMeZcj9SHyhE17cWPz3zM7Qez+ipz3mOfOLpi5+oVSWTdxwveNDL HVqSIz5bl6AMTEzrzOnP9Tw1st+/9NVT70rKQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=kJPCypn5g0MZD0vuufAMmcTdcJ4GkCU84yOemiQoNMrxGqKGHqAtntOdCmwgtm6r4D y0q+HWR10I8Wn3NL71IbHHwzxrQ9ITDsrm4+YjQ/c8lfhPCEW1OFDUsXjpWhRW9aTy1Q GjPo9n0TkCheIQXW0zTP/5vlkLnG1FiXjyvMk= MIME-Version: 1.0 Received: by 10.229.235.142 with SMTP id kg14mr4285197qcb.42.1291642721247; Mon, 06 Dec 2010 05:38:41 -0800 (PST) Received: by 10.229.90.211 with HTTP; Mon, 6 Dec 2010 05:38:41 -0800 (PST) In-Reply-To: References: Date: Mon, 6 Dec 2010 14:38:41 +0100 Message-ID: From: Christer Solskogen To: Zbigniew Szalbot 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 13:38:42 -0000 On Mon, Dec 6, 2010 at 8:17 AM, Zbigniew Szalbot wrote= : > 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? > > Many thanks in advance! > For Windows I use 7zip - www.7-zip.org - it gets the job done. It takes tarballs (.bz2 and .gz) zip, rar, and whatever I ever come around. Take a look at it. --=20 chs,