tar czf new-tar-file-name.tar.gz file-or-folder-to-archive
Here is the command explanation:- tar - the tar command.
- c - create new archive.
- z - compress the archive using gzip. (การบีบอัด ข้อมูลที่เก็บ โดยใช้ gzip)
- f - use archive file. (ใช้เก็บไฟล์)
- new-tar-file-name.tar.gz - the name of the tar.gz to create. (ชื่อไฟล์ทาที่เราจะตั้ง)
file-or-folder-to-archive - the name of the folder we want to archive.
(ชื่อ folder ที่เราจะเป็น tar file)
เรามี folder ที่ต้องการทำเป็น file tar.gz ชื่อว่า test โดยที่ file tar.gz ที่เราจะสร้างชื่อว่า TestTar
คำสั่ง
ไม่มีความคิดเห็น:
แสดงความคิดเห็น