摘要: 1、set -e "Exit immediately if a simple command exits with a non-zero status." 在“set -e”之后出现的代码,一旦出现返回值非零,整个脚本就会立即退出。 2、set -o pipefail "If set, the re 阅读全文
posted @ 2018-02-08 16:04 行木辛 阅读(5569) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/woshicsdn7547/article/details/43936187 阅读全文
posted @ 2018-02-08 09:42 行木辛 阅读(359) 评论(0) 推荐(0) 编辑