Answers for "decompress tar.gz"

16

decompress tar.gz

tar -xvf file.tar.gz
Posted by: Guest on March-25-2020
5

linux unzip tar.gz

tar -xvzf community_images.tar.gz
Posted by: Guest on May-20-2020
5

extract tar.gz

tar -xf archive.tar.gz
Posted by: Guest on March-28-2020
0

extract tar.gz

tar -zxvf {file.tar.gz}
Posted by: Guest on September-29-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language