Monday, February 21, 2011

Archive and extract files using command line

To create the  archive files use following command

tar -czf test.tar.gz test/

To extract the files use following command

tar -xzf test.tar.gz 

 


No comments: