EXTRACT CORRUPTED TAR FILE
EXTRACT CORRUPTED TAR FILE
In many case if there is a corrupted tar file,
the following command can be used in an attempt
to extract the file:
% cat [tar-filename] | tar -xvf -
NOTE: Where "-" is the STDOUT
In many case if there is a corrupted tar file,
the following command can be used in an attempt
to extract the file:
% cat [tar-filename] | tar -xvf -
NOTE: Where "-" is the STDOUT









0 Comments:
Post a Comment
<< Home