Linux 下压缩工具 tar 1.25 发布。
Tar 1.25 特性:
-
- Fix extraction of empty directories with the -C option in effect
- Fix extraction of device nodes
- Make sure name matching occurs before eventual name transformation
- Fix the behavior of
tar -x --overwrite on hosts lacking O_NOFOLLOW . - Improve the testsuite
- Alternative decompression programs
- If extraction from a compressed archive fails because the
corresponding compression program is not installed and the following two
conditions are met, tar retries extraction using an alternative
decompressor:
- Another compression program supported by tar is able to handle this compression format
- The compression program was not explicitly requested in the command line by the use of such options as
-z , -j , etc.
For example, if compress is not available, tar will try gzip .
点击进入 Tar 项目主页
|