Hi,
With my application, I'am waiting for an USB device.
For that, i do "ls /dev/sdb1"
with my application run under ubuntu 10.04, an error goes to stderr.
with tcl, the error goes to stdout.
I've test : 'ls /dev/sdb2 1>t1 2>t2'
the error result is in t1 (t2 for ubuntu).
what have i to do to change that and to have the same as ubuntu in order to do both without change?
thanks
Daniel.
[EDIT]
or an other way of doing the same in both cases?