![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How do I untar file through an ssh session? | Joe McCaughan | UNIX for Advanced & Expert Users | 3 | 05-28-2008 12:01 PM |
| unable to UNTAR a file | NIMISH AGARWAL | UNIX and Linux Applications | 6 | 05-08-2008 08:35 PM |
| untar to a specified file | melanie_pfefer | UNIX for Dummies Questions & Answers | 3 | 11-27-2006 10:32 AM |
| Untar to different location | pradeep_desh | UNIX for Advanced & Expert Users | 1 | 05-26-2006 08:05 AM |
| Untar to different location | handak9 | UNIX for Advanced & Expert Users | 3 | 09-09-2005 12:55 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Untar a TAR file at different location
Hi,
I want to UNTAR a TAR file at different location. Is it possible? My TAR file contains the files with absolute path. Malay |
| Forum Sponsor | ||
|
|
|
|||
|
untar
Quote:
See This Thread. Best Regards Shoeb |
|
|||
|
when i use
tar -xvf /destinationfolder sourceDirectory/myTar.tar then it throws error: tar: 0511-164 There is a media read or write block size error. ------------------------------------------------------ but pax is not installed. so i have only possibility of using command: tar i searched complete site and also most of the google. still not found exact answer. any idea? Last edited by sunshine737; 04-11-2006 at 04:26 PM. |