コマンドのマンページの「概要」セクションを理解できませんでした。たとえば、man
それ自体のマンページを見てみましょう。によってman man
:
SYNOPSIS
man [-C file] [-d] [-D] [--warnings[=warnings]] [-R encoding] [-L
locale] [-m system[,...]] [-M path] [-S list] [-e extension] [-i|-I]
[--regex|--wildcard] [--names-only] [-a] [-u] [--no-subpages] [-P
pager] [-r prompt] [-7] [-E encoding] [--no-hyphenation] [--no-justifi‐
cation] [-p string] [-t] [-T[device]] [-H[browser]] [-X[dpi]] [-Z]
[[section] page ...] ...
man -k [apropos options] regexp ...
man -K [-w|-W] [-S list] [-i|-I] [--regex] [section] term ...
man -f [whatis options] page ...
man -l [-C file] [-d] [-D] [--warnings[=warnings]] [-R encoding] [-L
locale] [-P pager] [-r prompt] [-7] [-E encoding] [-p string] [-t]
[-T[device]] [-H[browser]] [-X[dpi]] [-Z] file ...
man -w|-W [-C file] [-d] [-D] page ...
man -c [-C file] [-d] [-D] page ...
man [-hV]
- 概要セクションでは、コマンドの構文について説明していますか?
- それら
[...]
と[...]
内部は[...]
どういう意味ですか?それらはオプションのものを意味しますか? |
OR はどういう意味ですか?- どういう
,
意味[-m system[,...]]
ですか? - 概要セクションは、正規表現に使用される規則に従っていますか?
関連:POSIX標準の「ユーティリティの表記法」:pubs.opengroup.org/onlinepubs/9699919799/basedefs/...
—
Kusalananda