7
コマンドの指定されたオプションについてのみ「man」ドキュメントを表示する方法はありますか
の意味を知りたい場合wget -bは、でマニュアルを確認しman wget、-bオプションを検索します。 -b --background Go to background immediately after startup. If no output file is specified via the -o, output is redirected to wget-log. のようなコマンドで結果を取得したいman wget -b。(もちろんこれは機能しません。) それを可能にする同様の方法はありますか?