shell脚本中exit命令

Posted QIYUEXIN

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了shell脚本中exit命令相关的知识,希望对你有一定的参考价值。

shell脚本中exit命令使用千次阅读 2020-09-30 10:19:54 exit命令用于退出当前shell,在shell脚本中可以终止当前脚本执行。 $ exit --help exit: exit [n] Exit the shell. Exits the shell with a st

以上是关于shell脚本中exit命令的主要内容,如果未能解决你的问题,请参考以下文章

shell脚本case流程控制和exit命令

exit 命令

linux命令后添加 exit 0啥意思

shell命令exit不退出

Linux命令之退出exit

shell 中 exit0 exit1 的区别