Am 30.05.2015 um 18:54 schrieb Allin Cottrell:
On Thu, 28 May 2015, Sven Schreiber wrote:
>
> In any case, on the compute cluster where I have run these gretl
> simulations I'm getting error log files of 20MB each just because of
> thousands of these messages... AFAICS I cannot work around this with
> 'outfile null --write' because this does not affect stderr.
The usual idiom to discard whatever appears on stderr is
gretlcli -b input.inp 2>/dev/null
That's a nice workaround, thanks, I can use this in my tested and
known-good case. Of course in general I wouldn't want to throw away
stderr completely.
-sven