Function return string in a shell script - Programming On Unix
Users browsing this thread: 2 Guest(s)
|
|||
Thank you very much for this exhaustive answer! So I have two options: the first is to redirect to STDOUT to STDERR. The second is to store the result in a global variable. Perhaps someone has another idea, but for me it's solved.
|
|||
Messages In This Thread |
Function return string in a shell script - by Tristelune - 07-08-2015, 01:22 PM
RE: Function return string in a shell script - by movq - 08-08-2015, 05:06 AM
RE: Function return string in a shell script - by Tristelune - 09-08-2015, 02:52 PM
RE: Function return string in a shell script - by xero - 10-08-2015, 02:57 PM
RE: Function return string in a shell script - by venam - 01-09-2020, 06:04 AM
|