Code: Select all
tar -zcvf new-compress-file.tar.gz file-or-folder-to-archiveถ้าต้องการ uncompress
Code: Select all
tar -zxvf compress-file.tar.gzCode: Select all
tar -zcvf new-compress-file.tar.gz file-or-folder-to-archiveCode: Select all
tar -zxvf compress-file.tar.gz