Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私が実行したコマンドとその出力を以下に示します-
$ echo $SHELL /bin/bash $ whence bash sh: whence: command not found $ which bash /usr/bin/bash
実際にどのシェルを持っているかわかりません。最初のものは bash と言い、2 つ目は sh と言いました。それで、それはどのシェルですか?bash または sh ?