Non sono stato in grado di comprendere la sezione SINOSSI nella pagina man di un comando. Ad esempio, vediamo la manpage di man
se stessa. Di 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]
- La sezione SINOSSI descrive la sintassi del comando?
- cosa significano quelli
[...]
e[...]
dentro[...]
? Significano qualcosa di facoltativo? - Non
|
significa O? - Cosa
,
significa in[-m system[,...]]
? - La sezione SINOSSI segue le regole utilizzate per le espressioni regolari?