BASHBUG(1) BASHBUG(1) 名前 bashbug - bash のバグを報告する 書式 bashbug [address] 説明 bashbug は、bash 関連のバグ報告を所定の形式で作成してメールで送付するの を補助するシェルスクリプトです。 bashbug は環境変数 EDITOR で指定された エ ディタを起動し、バグ報告形式の下書きの一時的なコピーを開きます。ユー ザは適切な項目を埋めてエディタを終了しなければなりません。すると bash- bug は完成した報告を bug-bash@gnu.org あるいは address 宛にメールで送り ます。報告をメールで送れない場合、この報告はコマンドを実行したユーザ の ホームディレクトリの dead.bashbug というファイルに保存されます。 バ グ報告形式の下書きは、複数の節からできています。最初の節には、マシン 、オペレーティングシステム、bash のバージョン、コンパイル環境が書かれま す。2 番目の節にはバグの説明を書かなければなりません。 3 番目の節にはバ グを再現させる方法の説明を書かなければなりません。 4 番目の節(省略可能) は修正方法の提案のためのものです。修正は歓迎されます。 環境変数 bashbug は、以下の環境変数が存在していれば、これらを使用します: EDITOR 好 み の エディタを指定します。 EDITOR が設定されていなければ、 bashbug はデフォルトで emacs を使います。 HOME メールでの送信に失敗したバグ報告が保存されるディレクトリ。 GNU 1998 July 30 BASHBUG(1)
BASHBUG(1) BASHBUG(1) NAME bashbug - report a bug in bash SYNOPSIS bashbug [--version] [--help] [email-address] DESCRIPTION bashbug is a shell script to help the user compose and mail bug reports concerning bash in a standard format. bashbug invokes the editor spec- ified by the environment variable EDITOR on a temporary copy of the bug report format outline. The user must fill in the appropriate fields and exit the editor. bashbug then mails the completed report to bug- bash@gnu.org, or email-address. If the report cannot be mailed, it is saved in the file dead.bashbug in the invoking user’s home directory. The bug report format outline consists of several sections. The first section provides information about the machine, operating system, the bash version, and the compilation environment. The second section should be filled in with a description of the bug. The third section should be a description of how to reproduce the bug. The optional fourth section is for a proposed fix. Fixes are encouraged. ENVIRONMENT bashbug will utilize the following environment variables if they exist: EDITOR Specifies the preferred editor. If EDITOR is not set, bashbug defaults to emacs. HOME Directory in which the failed bug report is saved if the mail fails. TMPDIR Directory in which to create temporary files and directories. SEE ALSO bash(1) AUTHORS Brian Fox, Free Software Foundation bfox@gnu.org Chet Ramey, Case Western Reserve University chet@po.cwru.edu GNU Bash-4.0 1998 July 30 BASHBUG(1)
コロナウイルスの日ごとの感染者数・死者数をグラフ化してみました。どの国が増加傾向にあり、どの国が終息に向かっているかを視覚化しています。
Copyright(C) linux-cmd.com All Rights Reserved. Author Takayuki Yukawa