September 2017 Update
This commit is contained in:
parent
bba7bfd280
commit
ba8067c3b7
14570 changed files with 153136 additions and 63871 deletions
|
|
@ -1,14 +0,0 @@
|
|||
/* REXX ---------------------------------------------------------------
|
||||
* 07.07.2014 Walter Pachl
|
||||
* enter the appropriate command shown in a command prompt.
|
||||
* "rexx serr.rex 2>err.txt"
|
||||
* or "regina serr.rex 2>err.txt"
|
||||
* 2>file will redirect the stderr stream to the specified file.
|
||||
* I don't know any other way to catch this stream
|
||||
*--------------------------------------------------------------------*/
|
||||
Parse Version v
|
||||
Say v
|
||||
Call lineout 'stderr','Good bye, world!'
|
||||
Call lineout ,'Hello, world!'
|
||||
Say 'and this is the error output:'
|
||||
'type err.txt'
|
||||
Loading…
Add table
Add a link
Reference in a new issue