/usr/share/zsh/help/command is in zsh-common 5.3.1-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | command [ -pvV ] simple command
The simple command argument is taken as an external command
instead of a function or builtin and is executed. If the
POSIX_BUILTINS option is set, builtins will also be executed but
certain special properties of them are suppressed. The -p flag
causes a default path to be searched instead of that in $path.
With the -v flag, command is similar to whence and with -V, it
is equivalent to whence -v.
See also the section `Precommand Modifiers' in zshmisc(1).
|