I running unzip.ttp as a child process under MiNT.
Unfortunately, usage of unzip produce more text directly sent to screen.
I try using the quiet mode of unzip, I try to force the CON output to a log
file,
but warnings are always send directly to the screen.
It seem that I need to redirect the STDERR output. But STDERR have not
gemdos handle.
How can I do this, or where can I found a doc ?
Thanks,
Patrick,
> It seem that I need to redirect the STDERR output. But STDERR have not
> gemdos handle.
Under MiNT stderr is handled like on uniux (file handle 2).
> How can I do this, or where can I found a doc ?
Under bash you can redirect for example stdout/stderr like this:
<command> <options> >& log.txt
Tschuess
...Frank
--
ATARI FALCON 040 // MILAN 060
-----------------------------------------
http://www.cs.uni-magdeburg.de/~fnaumann/
e-Mail: fnau...@freemint.de