Answers for "tar a file to gz"

10

how to tar and gzip a file in linux

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

how to unzip tar.gz file

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language