2
A
回答
4
0
是shell腳本success
的代碼。因此,如果你迴應以外的東西,它將返回錯誤代碼,如果不處理會破壞你的腳本。
相關問題
- 1. ##或//在bash shell腳本中的含義是什麼?
- 2. 「$$」在shell腳本中的含義是什麼?
- 3. 此行在shell腳本中的含義是什麼?
- 4. $ {arg ##/* /}和{} \的含義是什麼?在shell腳本中
- 5. getopts和IFS在shell腳本中的含義是什麼?
- 6. $$在shell中的含義是什麼?
- 7. $的含義?在shell腳本
- 8. ILNumerics Library中「(!0)」的含義是什麼?
- 9. Java中char(0)的含義是什麼?
- 10. 宏container_of中0的含義是什麼?
- 11. Shell腳本:shell腳本中的-z是什麼意思?
- 12. 這是什麼意思SCRIPTNAME =「$ {0 ## * /}」在shell腳本中?`
- 13. 什麼是$?shell腳本中的WORK?
- 14. shell腳本中的##是什麼意思
- 15. 什麼是shell腳本中的DEFINE
- 16. shell腳本中`$ [``的用途是什麼?
- 17. 什麼是shell腳本中的$ APPHOME?
- 18. 「malloc_trim(0)」的真正含義是什麼?
- 19. $ *在shell腳本中的含義
- 20. 在shell腳本中,。[!。] *是什麼意思?
- 21. shell腳本中導出路徑的意義是什麼?
- 22. 什麼是此行的shell腳本做
- 23. 這個shell腳本是做什麼的?
- 24. Shell:這個腳本是做什麼的?
- 25. Shell腳本:在shell腳本中運行「exit」命令後執行命令
- 26. 調用'exit'的php腳本的性能影響是什麼?
- 27. shell腳本的含義`export CONFIG = $ {X_CONFIG: - $ {Y_CONFIG}}`
- 28. 什麼(char)0在C++中的含義?
- 29. 爲什麼「if 0;」不在shell腳本中工作?
- 30. 在ld腳本的段落定義的結尾是什麼= 0?
有人可以解釋退出0嗎? –
http://tldp.org/LDP/abs/html/exit-status.html可能會對您有所幫助! – Inian
查看[Wikipedia關於「退出狀態」的文章](https://en.wikipedia.org/wiki/Exit_status) – jDo