How to get the exit status a loop in bash

后端 未结 8 782
醉梦人生
醉梦人生 2020-12-16 15:38

I know how to check the status of the previously executed command using $?, and we can make that status using exit command. But for the loops in bash are always returning a

8条回答
提交回复
热议问题