![]() |
|
|
|
|
|||||||
| 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 |
| extract using sed/awk - need help? Please!! | gzs553 | Shell Programming and Scripting | 5 | 10-08-2007 01:54 PM |
| tar. I can't extract | volleyboy | UNIX for Dummies Questions & Answers | 1 | 02-17-2006 08:54 AM |
| extract from TAR | big123456 | UNIX for Advanced & Expert Users | 8 | 07-28-2005 12:00 AM |
| How to recover Hp-ux O/S Disk from Mirro Disk | waqaralam | HP-UX | 5 | 03-23-2005 09:33 AM |
| available disk space on disk device??? | alan | UNIX for Dummies Questions & Answers | 4 | 01-02-2004 12:06 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Tar Extract from more than one floopy disk
Hi,
I am beginer to unix. i have backup in 7 floppies.(each having same file name 'xxx.tar.Z'). I need to restore all in one directory. Please help me.!!! anyone here to help.....!! Last edited by mfm2006; 10-30-2006 at 05:22 AM. |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Quote:
cat 1.tar.gz 2.tar.gz ... 7.tar.gz > all.tar.gz and then untar and ungzip it. -- Vladimir Nothing but Unix http://unix-news.blogspot.com/ |
|
#3
|
|||
|
|||
|
resolved...
thnx.. i used cat and zcat to fix the issue.
egs. % cat xaa xab xac ... > new_out_file.tar.Z % zcat new_out_file.tar.Z | tar xvvf - I hope your solution too will work... thanx again.. |
|||
| Google The UNIX and Linux Forums |