![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| untar | prakash96453 | UNIX for Advanced & Expert Users | 2 | 10-19-2007 01:59 AM |
| untar to a specified file | melanie_pfefer | UNIX for Dummies Questions & Answers | 3 | 11-27-2006 02:32 PM |
| Untar a TAR file at different location | malaymaru | UNIX for Dummies Questions & Answers | 5 | 09-18-2006 08:59 PM |
| Urgent....untar!!! | rahul26 | UNIX for Advanced & Expert Users | 4 | 06-12-2006 07:41 AM |
| Untar to different location | pradeep_desh | UNIX for Advanced & Expert Users | 1 | 05-26-2006 11:05 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Untar to different location
I have a tar file where the files have been tar'd along with the location of the file i.e
/opt/abc/file.txt /opt/abc/file2.txt I am trying to untar this file on a different server where /opt/abc does not exist. How do I untar these files without the tar trying to create the structure /opt/abc?? I really need to do this without the /opt/abc location being created on my server. |
|
||||
|
You could install GNU tar from www.sunfreeware.com as that strips leading slashes form pathnames by default.
|
| Sponsored Links | ||
|
|