bash
命令手册Bourne-Again SHell. 兼容
sh
的命令行解释器。 更多信息:https://gnu.org/software/bash/.
bash
bash -c "{{command}}"
bash {{file.sh}}
bash -x {{file.sh}}
bash -e {{file.sh}}
bash -s
-s
选项共用来将选项传递到来自输入的命令 / 脚本):bash --
echo $BASH_VERSION
来获得纯粹的版本字符串):bash --version