I want to unpack a .tar.gz
file to a specific directory.
The archive file is in /root/Documents
. I want to unzip it into /root/Desktop/folder
. The folder structure in zipped file should be preserved in the destination directory.
gziplinuxtar
I want to unpack a .tar.gz
file to a specific directory.
The archive file is in /root/Documents
. I want to unzip it into /root/Desktop/folder
. The folder structure in zipped file should be preserved in the destination directory.
Best Answer
You have two choices:
or