Answers for "ubuntu install "tar.zip""

5

how to zip with tar command

tar -czvf archive.tar.gz stuff
Posted by: Guest on March-11-2020
6

how to unzip using tar

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

Code answers related to "ubuntu install "tar.zip""

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language