Thursday, April 7, 2016

Ubuntu tar.gz Command


To create a tar.gz archive from a given folder you can use the following command 

tar -zcvf tar-archive-name.tar.gz source-folder-name 


To extract a tar.gz compressed archive you can use the following command 

tar -zxvf tar-archive-name.tar.gz 

No comments:

Post a Comment