From owner-freebsd-hackers@FreeBSD.ORG Tue Oct 7 06:53:29 2014 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DC98236C for ; Tue, 7 Oct 2014 06:53:29 +0000 (UTC) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.116.12]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 93F51E99 for ; Tue, 7 Oct 2014 06:53:28 +0000 (UTC) Received: from th-04.cs.huji.ac.il ([132.65.80.125]) by kabab.cs.huji.ac.il with esmtp id 1XbOVW-00075e-5r for hackers@freebsd.org; Tue, 07 Oct 2014 09:44:26 +0300 From: Daniel Braniss Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Subject: tar and / Message-Id: Date: Tue, 7 Oct 2014 09:44:25 +0300 To: hackers@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) X-Mailer: Apple Mail (2.1878.6) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2014 06:53:29 -0000 hi, for security reasons tar removes the leading /, which is fine. so I can chadir to /var/tmp, and do an extract there. The problem arises = when there is a file that is linked to /=85 Is there some way to drop that leading =91/=91 too? cheers,