명령 맨 페이지의 SYNOPSIS 섹션을 이해할 수 없었습니다. 예를 들어, 맨 페이지를 보자 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]
- SYNOPSIS 섹션은 명령 구문을 설명합니까?
- 그것들
[...]
과[...]
내부[...]
는 무엇을 의미합니까? 그들은 선택적인 것을 의미합니까? |
OR을 의미 합니까 ?- 무엇을
,
의미[-m system[,...]]
합니까? - SYNOPSIS 섹션은 정규식에 사용되는 규칙을 준수합니까?
관련 : POSIX 표준의 "유틸리티 규약": pubs.opengroup.org/onlinepubs/9699919799/basedefs/…
—
Kusalananda