随着存档/压缩文件格式的数量不断增加,是否有一个免费/开源命令行工具来统治所有这些格式?也许有一套一致/统一的标志?(注意我对 tar 的友好隐式引用)
我曾经遇到一组别名,旨在大大简化压缩/解压缩文件的任务,并绑定到tar
其他实用程序,但我再也找不到了。
更新:
如何配置类似atool
不用于unzip
提取 zip 文件(显然无法处理大于 4GB 的文件)并改为使用的内容gunzip
?
$ aunpack large_file.zip
error: Zip file too big (greater than 4294959102 bytes)
Archive: large_file.zip
warning [large_file.zip]: 1491344848 extra bytes at beginning or within zipfile
(attempting to process anyway)
error [large_file.zip]: start of central directory not found;
zipfile corrupt.
(please check that you have transferred or created the zipfile in the
appropriate BINARY mode and that you …
Run Code Online (Sandbox Code Playgroud)