mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 11:42:08 +02:00

* pages/*: update links and more info link script Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * cleanup: reformat code * ax-webapp: fix link * curl: fix false positive Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --------- Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
24 lines
659 B
Markdown
24 lines
659 B
Markdown
# whatis
|
|
|
|
> マニュアルページから、一行の説明文を表示します。
|
|
> 詳しくはこちら: <https://manned.org/whatis>
|
|
|
|
- manページの説明文を表示する:
|
|
|
|
`whatis {{コマンド}}`
|
|
|
|
- 説明文を行末で切らないで表示する:
|
|
|
|
`whatis --long {{コマンド}}`
|
|
|
|
- globパターンにマッチするすべてのコマンドの説明文を表示する:
|
|
|
|
`whatis --wildcard {{net*}}`
|
|
|
|
- 正規表現でmanページの説明文を検索する:
|
|
|
|
`whatis --regex '{{wish[0-9]\.[0-9]}}'`
|
|
|
|
- 言語を指定して説明文で表示する (`manpage-{{ja}}` パッケージが必要です):
|
|
|
|
`whatis --locale={{ja}} {{コマンド}}`
|