上述代码通过使用tarfile.open()函数打开了之前创建的 “archive.tar” 文件,然后使用tar.add()函数将名为 “file1.txt” 的文件添加到 tar 文件中,最后关闭了文件。 步骤3:关闭 tar 文件 在这一步中,我们需要关闭 tar 文件。下面是一个示例代码,展示了如何使用 Python 的tarfile模块关闭 tar 文件。 importtar...
1. Create sparse file of "shrunken" size (real data) >= 8^11 bytes. 2. tar --posix --sparse -cf /dev/null ThatBigFile 3. Tar fails with: tar: value [BIG_NUMBER] out of off_t range 0..8589934591 tar: Exiting with failure status due to previous errors Simple test: $ cat scri...