 |
bash - Directly returning the return value from calling a function ...
In bash, how can I directly return the return value returned by calling a function (
sry, I don't ... The only thing you can return from a shell script or a shell function is
a numeric error code.
stackoverflow.com |
 |