exit. exit命令同于退出shell,并返回给定值。在shell脚本中可以终止当前脚本执行。执行exit可使shell以指定的状态值 ... cd $(dirname $0) || exit 1.
確定! 回上一頁