You cannot return an arbitrary result from a shell function. You can only return a status code which is an integer between 0 and 255. (While you ... ... <看更多>
「bash check function return value」的推薦目錄:
bash check function return value 在 return - GNU Bash 學習筆記 的推薦與評價
return : return [n] Return from a shell function. Causes a function or sourced script to exit with the return value specified by N. If N is omitted, ... ... <看更多>
bash check function return value 在 What is the proper way to test a bash function return value? 的推薦與評價
... <看更多>
相關內容