let a=1 $ let b=0 $ let c=a/b -bash: let: c=a/b: division by 0 (error token is "b") $ echo $? 1. Without a shell error, an exit status of 1 ...
確定! 回上一頁