The Strony OS X Man wymienia wszystkie wbudowane funkcje. Ale gdzie mogę znaleźć dokumentację konkretnego?
Na przykład polecenie fc
, na ubuntu mogę pobrać jego instrukcję:
> help fc
fc: fc [-e ename] [-lnr] [first] [last] or fc -s [pat=rep] [command]
Display or execute commands from the history list.
fc is used to list or edit and re-execute commands from the history list.
FIRST and LAST can be numbers specifying the range, or FIRST can be a
string, which means the most recent command beginning with that
string.
....
Innym przykładem jest if
wyrażenie na ubuntu:
> help if
if: if COMMANDS; then COMMANDS; [ elif COMMANDS; then COMMANDS; ]... [ else COMMANDS; ] fi
Execute commands based on conditional.
...
Czego mi tu brakuje?
terminal
command-line
user2829759
źródło
źródło
hash
,fc
,itp. Być może otworzy tam problemzsh
ma własną funkcję pomocy nazywanąrun-help
. Znajdziesz informacje na temat konfiguracjirun-help
wman zshcontrib
.man zshbuiltins
.Odpowiedzi:
Robisz dokładnie to samo.
Więc...
Lub...
źródło
help
nie jest wbudowanyman fc
poda ci stronę dla wszystkich wbudowanych poleceń powłoki (dla csh i sh) bez żadnych szczegółów użycia żadnego z nich. Zasadniczo dokładnie to, z czym związane jest OP w pytaniu.man zshbuiltins
.