How to return value in shell script | Unix Linux Forums | Shell ...
經安全檢測,此網站為安全網站,請放心前往原始網址!
How to return value in shell script | Unix Linux Forums | Shell ...
im using bourne shell. In file scriptA i add a new function, test_return() test_return
() { a=1 return $a } when i try execute , a='/''/scriptA test_return