根据本手册(https://sevenzip.osdn.jp/chm/cmdline/switches/bs.htm),此命令本应起作用,但它不起作用:
ubuntu$ 7z x my.zip -og -bsp2
Error:
Incorrect command line
ubuntu$ apt-cache policy p7zip-full
p7zip-full:
Installed: 9.20.1~dfsg.1-4.2
Candidate: 9.20.1~dfsg.1-4.2
Version table:
*** 9.20.1~dfsg.1-4.2 500
500 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
100 /var/lib/dpkg/status我搜索了文档和谷歌,但找不到它不工作的原因。
发布于 2018-05-17 22:06:18
-bs开关在ubuntu16.04 p7zip-full包中不可用。我下载了最新的版本,在写这篇文章的时候是16。最新版本具有此开关。
https://stackoverflow.com/questions/50311994
复制相似问题