Hi,
I like to write a script or a function (not sure which one yet) that will be called by another script. The script or function is to generate several values. How can I write these in bash so that in the other script I can get the values returned by the script or function?
Examples are specially appreciated!
Thanks and regards!