Answers for "extract tar.gz file in ubuntu from terminal"

26

unzip tar.gz

tar -xvf file.tar.gz
Posted by: Guest on March-25-2020
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
0

extract tar.gz linux command line

tar xvzf file.tar.gz
Posted by: Guest on July-28-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language