notes/Ubuntu/tar.md
2024-04-29 22:22:30 +08:00

215 B

tar

压缩

  • 将一个文件夹压缩成 tar 格式
tar -czvf example.tar.gz example_folder/

解压

  • 将一个文件夹压缩成 tar 格式
tar -xzvf example.tar.gz example_folder/