标签: linux bash
我正在使用Ubuntu 14 / bin / bash 。如果找不到某个功能,则shell脚本不会失败。如果发生这种情况,如何使脚本退出?
作为参考,我的高级代码结构是:
funcA() { funcB() # this is accidentally called but is never define due to editing error funcC() } funcA