From owner-freebsd-questions@FreeBSD.ORG Wed Oct 29 19:57:13 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 467B016A4CE for ; Wed, 29 Oct 2003 19:57:13 -0800 (PST) Received: from mail.cult.cu (ns2.cubarte.org [169.158.120.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05D5E43F85 for ; Wed, 29 Oct 2003 19:57:11 -0800 (PST) (envelope-from admin@atenas.cult.cu) Received: from mailnull by mail.cult.cu with local-bsmtp (Exim 4.10) id 1AF3uA-0009Qx-00 for questions@freebsd.org; Wed, 29 Oct 2003 22:55:26 -0500 Received: from [169.158.120.178] (helo=mail.atenas.cult.cu) by mail.cult.cu with esmtp (Exim 4.10) id 1AF3u5-0009Qp-00 for questions@freebsd.org; Wed, 29 Oct 2003 22:55:21 -0500 Received: from [192.168.1.8] (helo=bloodlust) by mail.atenas.cult.cu with smtp (Exim 3.34 #1) id 1AF3rm-0000CI-00 for questions@FreeBSD.ORG; Wed, 29 Oct 2003 22:52:58 -0500 Message-ID: <001501c39e99$dafacbc0$0801a8c0@bloodlust> From: "Xpression" To: "FreeBSD-questions" Date: Wed, 29 Oct 2003 22:56:53 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Subject: tar question... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Oct 2003 03:57:13 -0000 Hi list, the question is: can I tar a hole directory without include the tree ??? I mean when I tar all files in a /dir1/dir2/dir3 path, the tar file includes me the path too and I want to tar only the filenames in dir3: I'm using the syntax tar -czf /path/to/store/myfile.tgz /the/path/where/are/the/files, any clue ???? Thanksssss...