  | |  | stripping leading directories from tar file | stripping leading directories from tar file 2003-05-06 - By Antonio Galea
Back On Tue, 6 May 2003, Jon Miller wrote:
> I have a tarred file that has several directories before the filename: > ex: mnt/hdd/etc/filename.tar.gz > What I need to do is untar the file to: > /etc/filename > I'm assuming if I issue the following command it will yield the wrong results > tar -xzvf filename.tar.gz /etc > /etc/mnt/hdd/etc/filename > Is there a way to strip off the /mnt/hdd? >
I maybe missing a point here, but... the path problem affects what is _INSIDE_ the archive, not where the archive is stored on the filesistem. Thus
tar -zxvf mnt/hdd/etc/filename.tar.gz -C /etc/filename
will untar it where you want it to be.
Ant9000
-- __ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ Dr. Antonio Galea N e t W i s e http://www.netwise.it Sviluppo tecnico Tecnologie per il Web Tel 0461.421016 Fax 0461.426021 -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- "Understanding. A cerebral secretion that enables one having it to know a house from a horse by the roof on the house. It's nature and laws have been exhaustively expounded by Locke, who rode a house, and Kant, who lived in a horse." - Ambrose Bierce -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
Earn $52 per hosting referral at Lunarpages.
|
|
 |