Answers for "extract tar gz ububntu"

18

compress with tar.gz ubuntu

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

extract tar.gz ubuntu terminal

tar -xvf yourfile.tar.gz
Posted by: Guest on June-13-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language