Bash script function return value problem - Stack Overflow

Bash script function return value problem - Stack Overflow

瀏覽:1423
日期:2025-11-15
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 ......看更多