The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 11-01-2006
nonkey nonkey is offline
Registered User
 

Join Date: Oct 2006
Posts: 6
Quote:
Originally Posted by mfm2006
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.....!!
Is it a one file situated on 7 floppies? that you can combine into one by
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/
Reply With Quote