Answers for "how to tar.gz multiple files in linux"

8

unzip a tar.gz file in linux

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

install from tar gz file unix

tar -xzvf filename.tar.gz
Posted by: Guest on May-11-2020
0

tar multiple files in linux

tar -cvf my_files.tar file1 file2
Posted by: Guest on January-10-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language