Loose-Info.com
Last Update 2022/03/01
TOP - 各種テスト - bash - --version(起動時オプション)

--versionオプション
起動したbashのバージョン情報を出力し終了

テスト概要

--versionオプションを使用してbashを起動

実行環境

GNU bash, version 5.1.16


コード例・出力内容中の表記

・実行例中の太字表記部分は、コマンドなどの入力された文字列を示します。
・「」や「...」の着色省略表記は、 実際のソースコードや出力内容などを省略加工した部分を示します。

動作テスト

--versionオプションを使用してbashを起動
$ bash --version GNU bash, version 5.1.16(1)-release (x86_64-pc-linux-gnu) Copyright (C) 2020 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software; you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. $