上述代码通过使用tarfile.open()函数打开了之前创建的 “archive.tar” 文件,然后使用tar.add()函数将名为 “file1.txt” 的文件添加到 tar 文件中,最后关闭了文件。 总结 通过以上步骤和示例代码,我们解释了如何实现 “POSIX tar archive (GNU)” 后缀名。小白可以按照这些步骤和示例代码来完成任务。使用这些代码...
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...
如this答案gcc -c main.c -D_POSIX_C_SOURCE=1所示,常量通过定义_POSIX_C_SOURCE启用。这类似于关...