6 Apr
2020
6 Apr
'20
11:18
Hello: I have a program that can send its output to a script. I can setup the script command in the program as: <script-name> option1 option2 ..., eg: myscript.sh name time. I know that I can get the options in the script using $1 and $2 etc. But how can I get the program's output that is sent to the script? I would like to write to output to a file. I also would like to use the program's output to different purposes. Can I store it in a variable and use it later, or do I have to save it in a temporary file? Thanks in advance, Istvan -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org