Files
tldr/pages.ja/linux/whatis.md
K.B.Dharun Krishna 8538a31451 pages/*: add standard translation and links (#11331)
* pages/*: add standard translation and links

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* fix1: false positives; standardize Bengali, Hindi, Nepali periods

* fix: periods in recently added Bengali pages

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* fix: false positives in modified files

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* cleanup: update to native period in Bengali l10n

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-11-06 14:02:31 +05:30

25 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}} {{コマンド}}`