最佳答案
有没有像 java try catch finally 这样的 linux bash 命令? 还是说 linux shell 总是继续运行?
try {
`executeCommandWhichCanFail`
mv output
} catch {
mv log
} finally {
rm tmp
}