Operating System - HP-UX
1833800 Members
2527 Online
110063 Solutions
New Discussion

Re: restore full path tar file to a new location

 
SOLVED
Go to solution
Gregory Locke
Frequent Advisor

restore full path tar file to a new location

Hi All:

Dumb question of the day. Is there any way to extract a tar file with a full path and put it somewhere else?
3 REPLIES 3
Jeff_Traigle
Honored Contributor
Solution

Re: restore full path tar file to a new location

Not with HP's tar, but, if I recall correctly from previous people asking about this, pax has an option to do this.
--
Jeff Traigle
Pete Randall
Outstanding Contributor

Re: restore full path tar file to a new location

Sure, it's called the "mv" command.


Pete

Pete
Gregory Locke
Frequent Advisor

Re: restore full path tar file to a new location

Thanks, Jeff.

pax works like a champ.