Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[MiNT] STDERR

0 views
Skip to first unread message

Patrick PROKOPOWICZ

unread,
Feb 11, 2003, 3:57:48 AM2/11/03
to

Hi all,


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,


Frank Naumann

unread,
Feb 11, 2003, 4:09:11 AM2/11/03
to
Hello!

> 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

0 new messages