Bash script function return value problem - Stack Overflow

Bash script function return value problem - Stack Overflow

瀏覽:404
日期:2025-06-11
2010年12月27日 - Shell functions work like commands. They can only return errorlevel values (integers). To get strings you can either set a global variable, or print/echo ......看更多