bash 脚本 参数选项_如何使用bash脚本禁用选项?

bash 脚本 参数选项

It is possible to set an option inside a Bash script such as set -o errexit. But how to do the reverse thing, that is, to unset an option?

可以在Bash 脚本中设置一个选项,例如set -o errexit 。 但是如何做相反的事情,也就是取消一个选项?

Change - to + to do the reverse thing of unseting an option in bash. For example, to unset the errexit option set by set -o errexit:

-更改为+以执行与在bash中取消设置选项相反的操作。 例如,要取消设置set -o errexit设置的errexit选项:

set +o errexit
Answered by Eric Z Ma.
埃里克·马(Eric Z Ma)回答。

翻译自: https://www.systutorials.com/how-to-disable-an-option-with-a-bash-script/

bash 脚本 参数选项

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值