我安装了软件包zsh
和zsh-doc
,但是当我输入时man zsh
,我得到了no manual entry for zsh.
在哪里可以找到 zsh 文档?
答案1
您可以在 中找到文档/usr/share/doc/zsh-common
。我想如果您还安装了 zsh-common,您也会找到这些man
页面。
ZSH(1) General Commands Manual ZSH(1)
NAME
zsh - the Z shell
OVERVIEW
Because zsh contains many features, the zsh manual has been split into
a number of sections:
zsh Zsh overview (this section)
zshroadmap Informal introduction to the manual
zshmisc Anything not fitting into the other sections
<snip>
这似乎是一个错误:https://bugs.launchpad.net/ubuntu/+source/zsh/+bug/1242108帖子 #21 和 22 建议解决方法。它显然已针对 Ubuntu 14.10 进行了修复,因为它在我的系统上运行良好。