การ compress files/directory เป็น .tar.gz
Posted: 07 Jan 2014, 10:15
Code: Select all
tar -zcvf new-compress-file.tar.gz file-or-folder-to-archive
ถ้าต้องการ uncompress
Code: Select all
tar -zxvf compress-file.tar.gz
บอร์ดความรู้เกี่ยวกับระบบ ERP / PlanetOne ERP / ระบบบัญชี และการใช้งาน Linux และ OpenOffice จาก BRID Systems
https://planetone.online/forum/
Code: Select all
tar -zcvf new-compress-file.tar.gz file-or-folder-to-archive
Code: Select all
tar -zxvf compress-file.tar.gz