Answers for "how to open a tar.gz file in linux\"

21

compress with tar.gz ubuntu

tar -czvf name-of-archive.tar.gz /path/to/directory-or-file
Posted by: Guest on March-11-2020
6

install from tar gz file unix

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language