The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 11-02-2006
mfm2006 mfm2006 is offline
Registered User
  
 

Join Date: Oct 2006
Posts: 2
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..