9行目: | 9行目: | ||
!bashbug | !bashbug | ||
|is a utility for reporting bugs in Bash to the maintainers.bashbug will start up your preferred editor with a preformatted bug report template for you to fill in. Save the file and quit the editor once you have completed the missing fields. bashbug will notify you of any problems with the report and ask for confirmation before sending it. By default the bug report is mailed to both the GNU developers and the Debian Bash maintainers. The recipients can be changed by giving a comma separated list of bug-report-email-addresses. | |is a utility for reporting bugs in Bash to the maintainers.bashbug will start up your preferred editor with a preformatted bug report template for you to fill in. Save the file and quit the editor once you have completed the missing fields. bashbug will notify you of any problems with the report and ask for confirmation before sending it. By default the bug report is mailed to both the GNU developers and the Debian Bash maintainers. The recipients can be changed by giving a comma separated list of bug-report-email-addresses. | ||
|} | |||
==その他のShell== | |||
{| class="wikitable" summary="bash関連コマンド" | |||
!コマンド | |||
!概要 | |||
|- | |||
!dash | |||
|is the standard command interpreter for the system. | |||
|} | |} |
2023年1月1日 (日) 19:11時点における版
関連コマンド
コマンド | 概要 |
---|---|
rehash c_rehash openssl-rehash openssl-c_rehash |
Bashが利用するハッシュテーブルを再構築。rehash scans directories and calculates a hash value of each ".pem", ".crt", ".cer", or ".crl" file in the specified directory list and creates symbolic links for each file, where the name of the link is the hash value. |
bashbug | is a utility for reporting bugs in Bash to the maintainers.bashbug will start up your preferred editor with a preformatted bug report template for you to fill in. Save the file and quit the editor once you have completed the missing fields. bashbug will notify you of any problems with the report and ask for confirmation before sending it. By default the bug report is mailed to both the GNU developers and the Debian Bash maintainers. The recipients can be changed by giving a comma separated list of bug-report-email-addresses. |
その他のShell
コマンド | 概要 |
---|---|
dash | is the standard command interpreter for the system. |