Answers for "linux tar.gz a file"

7

linux unpack tar.gz file

tar -zxvf file_name.tar.gz
Posted by: Guest on January-26-2021
1

tar gz linux command

tar -czvf projects.tar.gz projects/
Posted by: Guest on March-08-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language