Answers for "decompress tar.gz file in linux"

9

linux unpack tar.gz file

tar -zxvf file_name.tar.gz
Posted by: Guest on January-26-2021
0

extract tar.gz linux command line

tar xvzf file.tar.gz
Posted by: Guest on July-28-2020
0

tar.gz extract

tar -xf archive.tar.gz -C /home/linuxize/files
Posted by: Guest on November-27-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language