Tar/Untar commands in Linux:
=====================
Compress tar.gz file:
# tar -zcvf archiveName.tar.gz directoryToCompress
To decompress an archive use the following syntax:
# tar -zxvf archiveName.tar.gz
=====================
Compress tar.gz file:
# tar -zcvf archiveName.tar.gz directoryToCompress
To decompress an archive use the following syntax:
# tar -zxvf archiveName.tar.gz
No comments:
Post a Comment