Friday, January 29, 2010

Craete tar file archive and extract it

To create a tar file archive I used the following command
tar -cvf package.tar folderName

To untar (extract) the file I used the following commnad
tar -xvf package.tar

No comments: