tar: Wrote only 9216 of 10240 bytes
tar: Skipping to next header
tar: Error exit delayed from previous errors
Tar and Gunzip will only extract into the current directory. Here is a command that will unzip a .tar.gz archive into a new directory.
cd /new-directory
gzip -dc /path/file.tar.gz|tar xvf --
No comments:
Post a Comment